Skip to content

Commit a829bc0

Browse files
committed
Allow AMS to run on Rails 6.0.x
1 parent 19a6188 commit a829bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active_model_serializers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121

2222
spec.required_ruby_version = '>= 2.1'
2323

24-
rails_versions = ['>= 4.1', '< 6']
24+
rails_versions = ['>= 4.1', '< 6.1']
2525
spec.add_runtime_dependency 'activemodel', rails_versions
2626
# 'activesupport', rails_versions
2727
# 'builder'

0 commit comments

Comments
 (0)