diff --git a/spec/support/sample_projects/activesupport_project/Gemfile.lock b/spec/support/sample_projects/activesupport_project/Gemfile.lock index d2ac0a9..8714931 100644 --- a/spec/support/sample_projects/activesupport_project/Gemfile.lock +++ b/spec/support/sample_projects/activesupport_project/Gemfile.lock @@ -1,16 +1,16 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.2.4) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) concurrent-ruby (1.1.10) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.15.0) - tzinfo (2.0.4) + minitest (5.17.0) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) PLATFORMS