summaryrefslogtreecommitdiff
path: root/lib/bundler/dependency.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/dependency.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/dependency.rb')
-rw-r--r--lib/bundler/dependency.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/dependency.rb b/lib/bundler/dependency.rb
index 078c4a7ea7..2e677ae205 100644
--- a/lib/bundler/dependency.rb
+++ b/lib/bundler/dependency.rb
@@ -19,7 +19,7 @@ module Bundler
:mri_19 => Gem::Platform::RUBY,
:mri_20 => Gem::Platform::RUBY,
:mri_21 => Gem::Platform::RUBY,
- :rbx => Gem::Platform::RUBINIUS,
+ :rbx => Gem::Platform::RUBY,
:jruby => Gem::Platform::JAVA,
:jruby_18 => Gem::Platform::JAVA,
:jruby_19 => Gem::Platform::JAVA,