diff --git a/Gemfile b/Gemfile index e06e0be0b..eeb6a46b8 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ ruby ruby_version group :development, :test do gem "allocation_stats" gem "appraisal", "~> 2" - gem "appraisal-run", "~> 1.0" + gem "appraisal-run", "~> 1.1" gem "benchmark-ips", "~> 2" gem "better_html" gem "bundler", "~> 2" diff --git a/Gemfile.lock b/Gemfile.lock index 160e5d3f1..e6552f0f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM bundler rake thor (>= 0.14.0) - appraisal-run (1.0.0) + appraisal-run (1.1.0) ast (2.4.3) base64 (0.3.0) benchmark (0.4.1) @@ -405,7 +405,7 @@ PLATFORMS DEPENDENCIES allocation_stats appraisal (~> 2) - appraisal-run (~> 1.0) + appraisal-run (~> 1.1) benchmark-ips (~> 2) better_html bundler (~> 2) diff --git a/gemfiles/rails_8.0.gemfile.lock b/gemfiles/rails_8.0.gemfile.lock index 0e25a00fc..b98731090 100644 --- a/gemfiles/rails_8.0.gemfile.lock +++ b/gemfiles/rails_8.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - view_component (4.0.2) + view_component (4.1.0) activesupport (>= 7.1.0, < 8.2) concurrent-ruby (~> 1) diff --git a/gemfiles/rails_8.1.gemfile.lock b/gemfiles/rails_8.1.gemfile.lock index b8b95a54e..90b2bb3d1 100644 --- a/gemfiles/rails_8.1.gemfile.lock +++ b/gemfiles/rails_8.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - view_component (4.0.2) + view_component (4.1.0) activesupport (>= 7.1.0, < 8.2) concurrent-ruby (~> 1)