You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of annotate 3.0.2 the rake dependency in the Gemspec specifies < 13. However, rake 13.0 was recently released and the only breaking change was dropping Ruby versions prior to 2.2. See https://github.com/ruby/rake/blob/master/History.rdoc.
Relaxing this version cap to < 14 should be safe to do and would allow apps to use the latest version of rake.
Thanks!
Version
annotate 3.0.2
rails 6.0.0
ruby 2.5.3p105
The text was updated successfully, but these errors were encountered:
The annotate gem forced my environment to downgrade the rake version, which broke my test environment.
Gem::LoadError: You have already activated rake 13.0.0, but your Gemfile requires rake 12.3.3. Prepending `bundle exec` to your command may solve this.
As of annotate 3.0.2 the rake dependency in the Gemspec specifies
< 13
. However, rake 13.0 was recently released and the only breaking change was dropping Ruby versions prior to 2.2. See https://github.com/ruby/rake/blob/master/History.rdoc.Relaxing this version cap to
< 14
should be safe to do and would allow apps to use the latest version of rake.Thanks!
Version
The text was updated successfully, but these errors were encountered: