diff --git a/Gemfile b/Gemfile index 82421ff0..c4179c88 100644 --- a/Gemfile +++ b/Gemfile @@ -16,4 +16,4 @@ gem 'rubocop-rspec', '~> 3.0.4' gem 'rubocop-sorbet', '~> 0.8.5' gem 'simplecov-cobertura', '~> 2.1.0' gem 'sorbet', '~> 0.5.11553' -gem 'tapioca', '~> 0.15.0' +gem 'tapioca', '~> 0.16.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5ffa47bc..db49ec40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,12 +19,12 @@ GEM parser (3.3.4.2) ast (~> 2.4.1) racc - prism (0.30.0) + prism (1.0.0) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - rbi (0.1.14) - prism (>= 0.18.0, < 1.0.0) + rbi (0.2.0) + prism (~> 1.0) sorbet-runtime (>= 0.5.9204) redcarpet (3.6.0) regexp_parser (2.9.2) @@ -84,22 +84,22 @@ GEM sorbet-static-and-runtime (0.5.11553) sorbet (= 0.5.11553) sorbet-runtime (= 0.5.11553) - spoom (1.3.3) + spoom (1.4.2) erubi (>= 1.10.0) prism (>= 0.28.0) sorbet-static-and-runtime (>= 0.5.10187) thor (>= 0.19.2) strscan (3.1.0) - tapioca (0.15.1) + tapioca (0.16.2) bundler (>= 2.2.25) netrc (>= 0.11.0) parallel (>= 1.21.0) - rbi (>= 0.1.4, < 0.2) + rbi (~> 0.2) sorbet-static-and-runtime (>= 0.5.11087) spoom (>= 1.2.0) thor (>= 1.2.0) yard-sorbet - thor (1.3.1) + thor (1.3.2) unicode-display_width (2.5.0) yard (0.9.36) @@ -121,7 +121,7 @@ DEPENDENCIES rubocop-sorbet (~> 0.8.5) simplecov-cobertura (~> 2.1.0) sorbet (~> 0.5.11553) - tapioca (~> 0.15.0) + tapioca (~> 0.16.2) yard-sorbet! BUNDLED WITH