Skip to content

Commit

Permalink
Merge pull request #2423 from sikachu/0-10-stable-relax-rails
Browse files Browse the repository at this point in the history
Relax gem requirement for Rails 7.0 prerelease
  • Loading branch information
wasifhossain committed Jul 12, 2021
2 parents 01c0d69 + 9a78a78 commit 669b0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.1'

rails_versions = ['>= 4.1', '< 6.2']
rails_versions = ['>= 4.1', '< 7.0']
spec.add_runtime_dependency 'activemodel', rails_versions
# 'activesupport', rails_versions
# 'builder'
Expand Down

0 comments on commit 669b0a3

Please sign in to comment.