Skip to content

Commit

Permalink
Merge pull request #2524 from sascha-karnatz/increase-rails-version
Browse files Browse the repository at this point in the history
Increase minimum Rails version to v6.1
  • Loading branch information
tvdeyen authored Jul 31, 2023
2 parents 8a1bf01 + 3ff8b8d commit 4dd42b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
activesupport
railties
].each do |rails_gem|
gem.add_runtime_dependency rails_gem, [">= 6.0", "< 7.1"]
gem.add_runtime_dependency rails_gem, [">= 6.1", "< 7.1"]
end

gem.add_runtime_dependency "active_model_serializers", ["~> 0.10.0"]
Expand Down

0 comments on commit 4dd42b2

Please sign in to comment.