Skip to content

Commit a62e06c

Browse files
committed
Relax rails dependency version requirement
1 parent f1fc2d7 commit a62e06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

active_model-relation.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3232
spec.require_paths = ['lib']
3333

34-
spec.add_dependency 'activemodel', '>= 7.2', '< 8.1'
34+
spec.add_dependency 'activemodel', '>= 7.2'
3535

3636
spec.metadata['rubygems_mfa_required'] = 'true'
3737
end

0 commit comments

Comments
 (0)