diff --git a/Gemfile b/Gemfile index 5064be107..7f55622ff 100644 --- a/Gemfile +++ b/Gemfile @@ -149,7 +149,7 @@ group :development do # Enable dotenv for local environment variables. gem 'dotenv-rails', '~> 3.1' # Tapioca for generating Sorbet RBI files. - gem 'tapioca', '~> 0.16.5' + gem 'tapioca', '~> 0.16.7' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 5a89913c0..0eb65851f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,6 +103,7 @@ GEM base64 (0.2.0) bcp47_spec (0.2.1) bcrypt (3.1.20) + benchmark (0.4.0) better_errors (2.10.1) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -161,7 +162,7 @@ GEM scanf (~> 1.0) sxp (~> 2.0) unicode-types (~> 1.8) - erubi (1.13.0) + erubi (1.13.1) factory_bot (6.5.0) activesupport (>= 5.0.0) factory_bot_rails (6.4.4) @@ -277,7 +278,7 @@ GEM pg_search (2.3.7) activerecord (>= 6.1) activesupport (>= 6.1) - prism (1.2.0) + prism (1.3.0) pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) @@ -342,7 +343,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbi (0.2.1) + rbi (0.2.2) prism (~> 1.0) sorbet-runtime (>= 0.5.9204) rdf (3.3.1) @@ -467,7 +468,8 @@ GEM sxp (2.0.0) matrix (~> 0.4) rdf (~> 3.3) - tapioca (0.16.5) + tapioca (0.16.7) + benchmark bundler (>= 2.2.25) netrc (>= 0.11.0) parallel (>= 1.21.0) @@ -579,7 +581,7 @@ DEPENDENCIES sorbet (~> 0.5) sorbet-runtime (~> 0.5) sparql (~> 3.3.1) - tapioca (~> 0.16.5) + tapioca (~> 0.16.7) turbolinks (~> 5) web-console (~> 4.2.1) webmock (~> 3.24)