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 e205a3f commit affc370Copy full SHA for affc370
active_model_serializers.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
23
spec.required_ruby_version = '>= 2.1'
24
25
- rails_versions = ['>= 4.1', '< 7.1']
+ rails_versions = ['>= 4.1', '<= 7.1']
26
spec.add_runtime_dependency 'activemodel', rails_versions
27
# 'activesupport', rails_versions
28
# 'builder'
0 commit comments