Skip to content

Commit

Permalink
Merge pull request #2541 from sascha-karnatz/increase-rails-version-a…
Browse files Browse the repository at this point in the history
…lchemy-7

Increase minimum Rails version to v6.1
  • Loading branch information
tvdeyen authored Aug 2, 2023
2 parents c8af203 + 820f62b commit 07ecf3d
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 07ecf3d

Please sign in to comment.