1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Update rake to suppress the warning

This commit is contained in:
taki 2020-03-08 00:32:06 +09:00
parent 62c8951374
commit a295910dad

View file

@ -3,7 +3,7 @@
source 'https://rubygems.org'
gemspec
gem 'rake', '~> 10.0'
gem 'rake'
gem 'yard'
gem 'rspec', '~> 3.8.0'