diff --git a/Gemfile.lock b/Gemfile.lock index 72efe47..175e5d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.2.3) - activesupport (= 5.2.3) + activemodel (6.1.7.1) + activesupport (= 6.1.7.1) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) @@ -11,21 +11,22 @@ GEM activemodel (>= 5.0, < 7) activemodel-serializers-xml (~> 1.0) activesupport (>= 5.0, < 7) - activesupport (5.2.3) + activesupport (6.1.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.3.4) - builder (3.2.3) + builder (3.2.4) coderay (1.0.8) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) crack (0.3.2) diff-lcs (1.2.5) - i18n (1.6.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.8.1) - minitest (5.11.3) + minitest (5.17.0) pry (0.9.12) coderay (~> 1.0.5) method_source (~> 0.8) @@ -43,13 +44,13 @@ GEM rspec-support (~> 3.0.0) rspec-support (3.0.4) slop (3.4.3) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) vcr (2.9.2) webmock (1.11.0) addressable (>= 2.2.7) crack (>= 0.3.2) + zeitwerk (2.6.6) PLATFORMS ruby