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 ec15fa9 commit b089a72Copy full SHA for b089a72
active_model_serializers.gemspec
@@ -19,9 +19,9 @@ Gem::Specification.new do |spec|
19
spec.require_paths = ['lib']
20
spec.executables = []
21
22
- spec.required_ruby_version = '>= 2.0.0'
+ spec.required_ruby_version = '>= 2.1'
23
24
- rails_versions = '>= 4.0'
+ rails_versions = ['>= 4.1', '< 6']
25
spec.add_runtime_dependency 'activemodel', rails_versions
26
# 'activesupport', rails_versions
27
# 'builder'
0 commit comments