Skip to content

Commit

Permalink
Stay below Rails 6.1.5 for now
Browse files Browse the repository at this point in the history
until this bug has been fixed
rails/rails#44268
  • Loading branch information
tvdeyen committed Mar 14, 2022
1 parent 340e6d2 commit 44111a8
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", "< 6.2"]
gem.add_runtime_dependency rails_gem, [">= 6.0", "< 6.1.5"]
end

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

0 comments on commit 44111a8

Please sign in to comment.