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:
Wasif Hossain 2019-06-02 09:32:11 +06:00 committed by GitHub
commit 339f99fccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'