Commit bbfc467

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-10 22:32:52
chore(deps): update activemodel requirement from >= 5.1, < 7.0 to >= 5.1, < 8.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/v7.0.0/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.4.3...v6.1.4.4) --- updated-dependencies: - dependency-name: activemodel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 069b58b
Gemfile.lock
@@ -2,16 +2,16 @@ PATH
   remote: .
   specs:
     saml-kit (1.2.0)
-      activemodel (>= 5.1, < 7.0)
+      activemodel (>= 5.1, < 8.0)
       net-hippie (>= 0.1, < 2.0)
       xml-kit (~> 0.4)
 
 GEM
   remote: https://rubygems.org/
   specs:
-    activemodel (6.1.4.3)
-      activesupport (= 6.1.4.3)
-    activesupport (6.1.4.3)
+    activemodel (6.1.4.4)
+      activesupport (= 6.1.4.4)
+    activesupport (6.1.4.4)
       concurrent-ruby (~> 1.0, >= 1.0.2)
       i18n (>= 1.6, < 2)
       minitest (>= 5.1)
@@ -34,7 +34,7 @@ GEM
     docile (1.3.5)
     ffaker (2.20.0)
     hashdiff (1.0.1)
-    i18n (1.8.11)
+    i18n (1.9.1)
       concurrent-ruby (~> 1.0)
     mini_portile2 (2.6.1)
     minitest (5.15.0)
@@ -108,7 +108,7 @@ GEM
       xmldsig (~> 0.6)
     xmldsig (0.6.6)
       nokogiri (>= 1.6.8, < 2.0.0)
-    zeitwerk (2.5.1)
+    zeitwerk (2.5.4)
 
 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', '< 7.0'
+  spec.add_dependency 'activemodel', '>= 5.1', '< 8.0'
   spec.add_dependency 'net-hippie', '>= 0.1', '< 2.0'
   spec.add_dependency 'xml-kit', '~> 0.4'
   spec.add_development_dependency 'bundler', '~> 2.0'