mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Allow Rails 6.1
This commit is contained in:
parent
a6120f1691
commit
e58a29c78b
@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|||||||
|
|
||||||
spec.required_ruby_version = '>= 2.1'
|
spec.required_ruby_version = '>= 2.1'
|
||||||
|
|
||||||
rails_versions = ['>= 4.1', '< 6.1']
|
rails_versions = ['>= 4.1']
|
||||||
spec.add_runtime_dependency 'activemodel', rails_versions
|
spec.add_runtime_dependency 'activemodel', rails_versions
|
||||||
# 'activesupport', rails_versions
|
# 'activesupport', rails_versions
|
||||||
# 'builder'
|
# 'builder'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user