diff --git a/Gemfile.lock b/Gemfile.lock index 082ef52..a964412 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,24 +7,18 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.1.4.1) - activesupport (= 6.1.4.1) - activesupport (6.1.4.1) + activemodel (7.0.4.3) + activesupport (= 7.0.4.3) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) - coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.2) diff-lcs (1.3) - i18n (1.8.11) + i18n (1.12.0) concurrent-ruby (~> 1.0) - method_source (1.0.0) - minitest (5.14.4) - pry (0.14.1) - coderay (~> 1.1) - method_source (~> 1.0) + minitest (5.18.0) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -40,9 +34,8 @@ GEM rspec-support (3.9.3) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.5.1) PLATFORMS ruby @@ -50,7 +43,6 @@ PLATFORMS DEPENDENCIES active_model_command! bundler (~> 1.17) - pry rspec (~> 3.0) rspec_junit_formatter (~> 0.4)