summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-21 17:13:06 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-21 17:14:08 +0100
commitfb243305fc81c3cf52d20897537908c10c3e9d80 (patch)
tree7bbca49996987afde16e8a2da08987cd499505fc
parent447cdd69004239a850fc12225ce2a47e3c473d39 (diff)
downloadbundler-fb243305fc81c3cf52d20897537908c10c3e9d80.tar.gz
Use whatever `rake` comes with ruby
-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",