summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-15 15:24:41 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-09 10:49:51 +0200
commitd89980eb2d49cf55c65887644b3d2e27abf4fb8a (patch)
treee5cca511b7475981b22bd5e835be34abfa0af958
parent92030b549d9f13add7304011a2badac3754e6e7e (diff)
downloadbundler-d89980eb2d49cf55c65887644b3d2e27abf4fb8a.tar.gz
Remove one level of inheritance
-rw-r--r--lib/bundler/rubygems_integration.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index e4a6e49111..50752403d0 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -546,8 +546,8 @@ module Bundler
end
end
- # RubyGems 2.0
- class Future < RubygemsIntegration
+ # RubyGems 2.1.0
+ class MoreFuture < RubygemsIntegration
def stub_rubygems(specs)
Gem::Specification.all = specs
@@ -619,10 +619,7 @@ module Bundler
def path_separator
Gem.path_separator
end
- end
- # RubyGems 2.1.0
- class MoreFuture < Future
def initialize
super
backport_ext_builder_monitor