diff --git a/Gemfile.lock b/Gemfile.lock index 1738436..99e27bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,34 +1,29 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.1.1) - activesupport (= 5.1.1) - activemodel-serializers-xml (1.0.1) + activemodel (7.0.4.3) + activesupport (= 7.0.4.3) + activemodel-serializers-xml (1.0.2) activemodel (> 5.x) - activerecord (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activerecord (5.1.1) - activemodel (= 5.1.1) - activesupport (= 5.1.1) - arel (~> 8.0) - activeresource (5.0.0) - activemodel (>= 5.0, < 6) + activeresource (6.0.0) + activemodel (>= 6.0) activemodel-serializers-xml (~> 1.0) - activesupport (>= 5.0, < 6) - activesupport (5.1.1) + activesupport (>= 6.0) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) - arel (8.0.0) - builder (3.2.3) - concurrent-ruby (1.0.5) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + builder (3.2.4) + concurrent-ruby (1.2.2) dotenv (2.2.1) httparty (0.15.5) multi_xml (>= 0.5.2) - i18n (0.8.4) - minitest (5.10.2) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.18.0) multi_xml (0.6.0) mustermann (1.0.0) rack (2.0.3) @@ -42,10 +37,9 @@ GEM rack (~> 2.0) rack-protection (= 2.0.0) tilt (~> 2.0) - thread_safe (0.3.6) tilt (2.0.7) - tzinfo (1.2.3) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby