Update rake to suppress the warning

This commit is contained in:
taki 2020-03-08 00:32:06 +09:00
parent 62c8951374
commit a295910dad
1 changed files with 1 additions and 1 deletions

View File

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