mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Correct ruby/rails version requirements in gemspec
This commit is contained in:
parent
ec15fa9de3
commit
b089a7277d
@ -19,9 +19,9 @@ Gem::Specification.new do |spec|
|
||||
spec.require_paths = ['lib']
|
||||
spec.executables = []
|
||||
|
||||
spec.required_ruby_version = '>= 2.0.0'
|
||||
spec.required_ruby_version = '>= 2.1'
|
||||
|
||||
rails_versions = '>= 4.0'
|
||||
rails_versions = ['>= 4.1', '< 6']
|
||||
spec.add_runtime_dependency 'activemodel', rails_versions
|
||||
# 'activesupport', rails_versions
|
||||
# 'builder'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user