diff --git a/Gemfile.lock b/Gemfile.lock index 95e886a..3156b46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,26 +8,32 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (3.2.13) - activesupport (= 3.2.13) - builder (~> 3.0.0) - activerecord (3.2.13) - activemodel (= 3.2.13) - activesupport (= 3.2.13) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activeresource (3.2.13) - activemodel (= 3.2.13) - activesupport (= 3.2.13) - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 1.0) - arel (3.0.2) - builder (3.0.4) - i18n (0.6.1) - multi_json (1.7.3) + activemodel (7.0.3.1) + activesupport (= 7.0.3.1) + activemodel-serializers-xml (1.0.2) + activemodel (> 5.x) + activesupport (> 5.x) + builder (~> 3.1) + activerecord (7.0.3.1) + activemodel (= 7.0.3.1) + activesupport (= 7.0.3.1) + activeresource (6.0.0) + activemodel (>= 6.0) + activemodel-serializers-xml (~> 1.0) + activesupport (>= 6.0) + activesupport (7.0.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + builder (3.2.4) + concurrent-ruby (1.1.10) + i18n (1.11.0) + concurrent-ruby (~> 1.0) + minitest (5.16.2) rake (10.0.4) - tzinfo (0.3.37) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby