Allow AMS to run on Rails 6.0.x

This commit is contained in:
Prem Sichanugrist 2019-04-29 20:57:09 +09:00
parent 19a6188323
commit a829bc05b0

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'