summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaki <taki@users.noreply.github.com>2020-03-08 00:32:06 +0900
committertaki <taki@users.noreply.github.com>2020-03-08 00:32:06 +0900
commita295910dadd3469347d93223fae62ddfd2e8e961 (patch)
tree3350c50d1fa199b2ab981cd7a02da7ac44263ca9
parent62c8951374aeed5a7423609a108848b0bcf81685 (diff)
downloadpry-a295910dadd3469347d93223fae62ddfd2e8e961.tar.gz
Update rake to suppress the warning
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a6981aa5..e90b34d8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@
source 'https://rubygems.org'
gemspec
-gem 'rake', '~> 10.0'
+gem 'rake'
gem 'yard'
gem 'rspec', '~> 3.8.0'