jumph4x/canonical-rails

Rails dependency restricted to <= 7 - won't work with 7.0.1

Closed this issue · 1 comments

Rails 7.0.1 has just been released, but because canonical-rails uses rails (>= 4.1, <= 7.0), bundler won't allow it.

Please change the dependency to rails (>= 4.1, < 7.1)

thx

Just released 0.2.14 that addresses this: https://rubygems.org/gems/canonical-rails/versions/0.2.14