diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-11-05 10:11:50 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-11-11 16:26:39 +0100 |
commit | ea2d389f5528994458b32381663c33686eb9c46b (patch) | |
tree | 66ad7c102c5169006f65f5afb70551f3d885653c /spec/other | |
parent | cfdcab5a9b8abaa8a6b601b29dc17836901c8776 (diff) | |
download | bundler-ea2d389f5528994458b32381663c33686eb9c46b.tar.gz |
Remove unnecessary rubygems require's
Diffstat (limited to 'spec/other')
-rw-r--r-- | spec/other/major_deprecation_spec.rb | 1 | ||||
-rw-r--r-- | spec/other/platform_spec.rb | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/spec/other/major_deprecation_spec.rb b/spec/other/major_deprecation_spec.rb index 3138ae31ee..868e6244ea 100644 --- a/spec/other/major_deprecation_spec.rb +++ b/spec/other/major_deprecation_spec.rb @@ -356,7 +356,6 @@ RSpec.describe "major deprecations" do G ruby <<-RUBY - require 'rubygems' require 'bundler' Bundler.setup diff --git a/spec/other/platform_spec.rb b/spec/other/platform_spec.rb index d40b4d76bc..ab9ba9cae6 100644 --- a/spec/other/platform_spec.rb +++ b/spec/other/platform_spec.rb @@ -1086,7 +1086,6 @@ G FileUtils.rm(bundled_app("Gemfile.lock")) ruby <<-R - require 'rubygems' require 'bundler/setup' R @@ -1106,7 +1105,6 @@ G FileUtils.rm(bundled_app("Gemfile.lock")) ruby <<-R - require 'rubygems' require 'bundler/setup' R @@ -1127,7 +1125,6 @@ G FileUtils.rm(bundled_app("Gemfile.lock")) ruby <<-R - require 'rubygems' require 'bundler/setup' R @@ -1148,7 +1145,6 @@ G FileUtils.rm(bundled_app("Gemfile.lock")) ruby <<-R - require 'rubygems' require 'bundler/setup' R |