whitequark / ast

A library for working with Abstract Syntax Trees.
MIT License
195 stars 25 forks source link

bump rake (to fix a deprecation warning on 2.7) #23

Closed jethrodaniel closed 4 years ago

jethrodaniel commented 4 years ago

Fixes a deprecation warning on Ruby 2.7.0

$ bundle exec rake
/home/user/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/rake-10.5.0/lib/rake/application.rb:381: warning: deprecated Object#=~ is called on Proc; it always returns nil
...

See https://github.com/ruby/rake/issues/308

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 5a89430b097555861211144733f36bb2913b4b3b on jethrodaniel:update-rake-for-2.7.0 into 50ff345ab7152bf513865b88e03664570942318b on whitequark:master.