Allow Rails 6.1

This commit is contained in:
Rafael Mendonça França 2020-09-28 23:25:23 +00:00
parent a6120f1691
commit e58a29c78b
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948

View File

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