attr_json.gemspec in attr_json-1.2.0 vs attr_json.gemspec in attr_json-1.3.0
- old
+ new
@@ -43,10 +43,10 @@
spec.required_ruby_version = '>= 2.4.0'
# Only to get CI to work on versions of Rails other than we release with,
# should never release a gem with RAILS_GEM set!
unless ENV['APPRAISAL_INITIALIZED'] || ENV["TRAVIS"]
- spec.add_runtime_dependency "activerecord", ">= 5.0.0", "< 6.1"
+ spec.add_runtime_dependency "activerecord", ">= 5.0.0", "< 6.2"
end
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", ">= 10.0"
spec.add_development_dependency "rspec", "~> 3.7"