summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-26 13:40:25 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-26 13:40:25 +0100
commit15976c00bd92207c4182614205d99c7bffa29901 (patch)
treeaa7ecb38c9dbad1505e310593690168272d652e8 /Rakefile
parent7f1ec3d02f62ddea6dac75513e320c607ac3ed93 (diff)
downloadbundler-15976c00bd92207c4182614205d99c7bffa29901.tar.gz
Try removing hacks
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index 35b39a579c..0a4d9c8900 100644
--- a/Rakefile
+++ b/Rakefile
@@ -77,11 +77,6 @@ namespace :spec do
# Install the gems with a consistent version of RubyGems
sh "gem update --system 3.0.3"
- # Fix incorrect default etc gem specification file list on ruby 2.6.2 and 2.5.4
- if RUBY_VERSION == "2.6.2" || RUBY_VERSION == "2.5.4"
- sh "gem install etc:1.0.1 --default"
- end
-
$LOAD_PATH.unshift("./spec")
require "support/rubygems_ext"
Spec::Rubygems::DEPS["codeclimate-test-reporter"] = "~> 0.6.0" if RUBY_VERSION >= "2.2.0"