We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865e3e2 commit 4a15cf9Copy full SHA for 4a15cf9
state_machines-activemodel.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
spec.require_paths = ['lib']
16
spec.required_ruby_version = '>= 3.1.0' # jruby is still outdated
17
spec.add_dependency 'state_machines', '>= 0.6.0'
18
- spec.add_dependency 'activemodel', '>= 6.0'
+ spec.add_dependency 'activemodel', '>= 7.1'
19
20
spec.add_development_dependency 'bundler', '>= 1.6'
21
spec.add_development_dependency 'rake', '>= 10'
0 commit comments