Skip to content

Commit

Permalink
Merge pull request #2105 from taki/fix-warning-on-rake
Browse files Browse the repository at this point in the history
I fix `warning: deprecated Object#=~ is called on Proc; it always returns nil` in Ruby 2.7
  • Loading branch information
kyrylo committed Mar 17, 2020
2 parents c7b0d4a + a295910 commit 10805da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
gemspec

gem 'rake', '~> 10.0'
gem 'rake'
gem 'yard'
gem 'rspec', '~> 3.8.0'

Expand Down

0 comments on commit 10805da

Please sign in to comment.