Skip to content

Commit 510fea3

Browse files
committed
Update the allowed versions of rails this is compatible with.
We'll need this version for Rails 6.1, so bumped to 7 for good measure.
1 parent 7343a9d commit 510fea3

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
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222

2323
spec.required_ruby_version = '>= 2.1'
2424

25-
rails_versions = ['>= 4.1', '< 6']
25+
rails_versions = ['>= 4.1', '< 7.1']
2626
spec.add_runtime_dependency 'activemodel', rails_versions
2727
# 'activesupport', rails_versions
2828
# 'builder'

0 commit comments

Comments
 (0)