summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--spec/support/rubygems_ext.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8fd329cf3c..1100b8981f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ script:
- BUNDLER_SPEC_PRE_RECORDED=1 bin/rake spec:realworld
before_script:
- - travis_retry gem install rake:"~> 12.0"
- travis_retry bin/rake override_version
- travis_retry bin/rake spec:parallel_deps
- if [ "$BUNDLER_SPEC_SUB_VERSION" = "" ];
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb
index 01f3b833c9..c93640012a 100644
--- a/spec/support/rubygems_ext.rb
+++ b/spec/support/rubygems_ext.rb
@@ -7,7 +7,6 @@ module Spec
DEV_DEPS = { # rubocop:disable Style/MutableConstant
"automatiek" => "~> 0.3.0",
"parallel_tests" => "~> 2.29",
- "rake" => "~> 12.0",
"ronn" => "~> 0.7.3",
"rspec" => "~> 3.8",
"rubocop" => "= 0.77.0",