aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/rubygems_ext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/rubygems_ext.rb')
-rw-r--r--lib/bundler/rubygems_ext.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb
index 5c8c0974..c00142bf 100644
--- a/lib/bundler/rubygems_ext.rb
+++ b/lib/bundler/rubygems_ext.rb
@@ -149,6 +149,7 @@ 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