Update rails dependency to < 6.2

This commit is contained in:
Ritikesh 2020-12-09 03:12:21 +05:30
parent bc082848e5
commit f2643c1e3b
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.1'
rails_versions = ['>= 4.1', '< 6.1']
rails_versions = ['>= 4.1', '< 6.2']
spec.add_runtime_dependency 'activemodel', rails_versions
# 'activesupport', rails_versions
# 'builder'

View File

@ -2,6 +2,6 @@
module ActiveModel
class Serializer
VERSION = '0.10.11'.freeze
VERSION = '0.10.11'
end
end