summaryrefslogtreecommitdiff
path: root/spec/other/platform_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-05 10:11:50 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-11 16:26:39 +0100
commitea2d389f5528994458b32381663c33686eb9c46b (patch)
tree66ad7c102c5169006f65f5afb70551f3d885653c /spec/other/platform_spec.rb
parentcfdcab5a9b8abaa8a6b601b29dc17836901c8776 (diff)
downloadbundler-ea2d389f5528994458b32381663c33686eb9c46b.tar.gz
Remove unnecessary rubygems require's
Diffstat (limited to 'spec/other/platform_spec.rb')
-rw-r--r--spec/other/platform_spec.rb4
1 files changed, 0 insertions, 4 deletions
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