From 15976c00bd92207c4182614205d99c7bffa29901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 26 Mar 2019 13:40:25 +0100 Subject: Try removing hacks --- Rakefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Rakefile') 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" -- cgit v1.2.1