summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_ext.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-05-05 08:49:20 -0700
committerAndre Arko <andre@arko.net>2014-05-05 08:49:20 -0700
commitea667a16e01d6d15715421554fd6b35305aa8156 (patch)
treee70bc783399cb8cc1d562b3c97812516433d0702 /lib/bundler/rubygems_ext.rb
parent3fcb8e83beb3fed6c6c2935350238803beace0b2 (diff)
downloadbundler-ea667a16e01d6d15715421554fd6b35305aa8156.tar.gz
Revert "Merge pull request #2988 from mvz/issue-2774-rbx-deps"
As seen in later tests, Rubygems does not recognize a Rubinius platform. That makes this infeasible. We either need to add Rubinius to Rubygems as a platform, or come up with another way to exclude Rubinius-only gems. This reverts commit 20892c8d6741cf99ac5307d8a07055a3cd1a77f3, reversing changes made to abcb4237f3dec316c42d58ec9037929c12a8da91.
Diffstat (limited to 'lib/bundler/rubygems_ext.rb')
-rw-r--r--lib/bundler/rubygems_ext.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb
index c549234e01..8b8a1fe69f 100644
--- a/lib/bundler/rubygems_ext.rb
+++ b/lib/bundler/rubygems_ext.rb
@@ -152,7 +152,6 @@ module Gem
MSWIN = Gem::Platform.new('mswin32') unless defined?(MSWIN)
MSWIN64 = Gem::Platform.new('mswin64') unless defined?(MSWIN64)
MINGW = Gem::Platform.new('x86-mingw32') unless defined?(MINGW)
- RUBINIUS = Gem::Platform.new('rubinius') unless defined?(RUBINIUS)
X64_MINGW = Gem::Platform.new('x64-mingw32') unless defined?(X64_MINGW)
undef_method :hash if method_defined? :hash