Commit ea1a493

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-24 21:05:43
Update activemodel requirement from ~> 5.1 to >= 5.1, < 7.0
Updates the requirements on [activemodel](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.4/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.4.4...v6.1.4) --- updated-dependencies: - dependency-name: activemodel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a60c1a2
Gemfile.lock
@@ -2,20 +2,21 @@ PATH
   remote: .
   specs:
     saml-kit (1.2.0)
-      activemodel (~> 5.1)
+      activemodel (>= 5.1, < 7.0)
       net-hippie (>= 0.1, < 2.0)
       xml-kit (~> 0.4)
 
 GEM
   remote: https://rubygems.org/
   specs:
-    activemodel (5.2.4.4)
-      activesupport (= 5.2.4.4)
-    activesupport (5.2.4.4)
+    activemodel (6.1.4)
+      activesupport (= 6.1.4)
+    activesupport (6.1.4)
       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.7.0)
       public_suffix (>= 2.0.2, < 5.0)
     ast (2.4.2)
@@ -26,17 +27,17 @@ GEM
     bundler-audit (0.8.0)
       bundler (>= 1.2.0, < 3)
       thor (~> 1.0)
-    concurrent-ruby (1.1.8)
+    concurrent-ruby (1.1.9)
     crack (0.4.5)
       rexml
     diff-lcs (1.4.4)
     docile (1.3.5)
     ffaker (2.18.0)
     hashdiff (1.0.1)
-    i18n (1.8.8)
+    i18n (1.8.10)
       concurrent-ruby (~> 1.0)
     mini_portile2 (2.5.3)
-    minitest (5.14.3)
+    minitest (5.14.4)
     net-hippie (1.1.1)
     nokogiri (1.11.7)
       mini_portile2 (~> 2.5.0)
@@ -91,10 +92,9 @@ GEM
     simplecov-html (0.12.3)
     simplecov_json_formatter (0.1.2)
     thor (1.1.0)
-    thread_safe (0.3.6)
     tilt (2.0.10)
-    tzinfo (1.2.9)
-      thread_safe (~> 0.1)
+    tzinfo (2.0.4)
+      concurrent-ruby (~> 1.0)
     unicode-display_width (1.7.0)
     webmock (3.13.0)
       addressable (>= 2.3.6)
@@ -108,6 +108,7 @@ GEM
       xmldsig (~> 0.6)
     xmldsig (0.6.6)
       nokogiri (>= 1.6.8, < 2.0.0)
+    zeitwerk (2.4.2)
 
 PLATFORMS
   ruby
saml-kit.gemspec
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
   spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
   spec.require_paths = ['lib']
 
-  spec.add_dependency 'activemodel', '~> 5.1'
+  spec.add_dependency 'activemodel', '>= 5.1', '< 7.0'
   spec.add_dependency 'net-hippie', '>= 0.1', '< 2.0'
   spec.add_dependency 'xml-kit', '~> 0.4'
   spec.add_development_dependency 'bundler', '~> 2.0'