mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Merge pull request #2334 from sikachu/0-10-stable-relax-rails-version
Allow AMS to run on Rails < 6.1
This commit is contained in:
commit
339f99fccc
@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
||||
|
||||
spec.required_ruby_version = '>= 2.1'
|
||||
|
||||
rails_versions = ['>= 4.1', '< 6']
|
||||
rails_versions = ['>= 4.1', '< 6.1']
|
||||
spec.add_runtime_dependency 'activemodel', rails_versions
|
||||
# 'activesupport', rails_versions
|
||||
# 'builder'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user