summaryrefslogtreecommitdiff
path: root/lib/bundler/dsl.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-07-20 18:26:41 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-07-23 17:54:09 -0300
commita9a7d6c4d10ee5e5988ea138539b763f7a6c822c (patch)
treea851f8bd62b262575599cdc998187835e124f78a /lib/bundler/dsl.rb
parentafff44903af0ab5ebd75ac84e1b81f6aec3c8af3 (diff)
downloadbundler-a9a7d6c4d10ee5e5988ea138539b763f7a6c822c.tar.gz
mri platform added
Diffstat (limited to 'lib/bundler/dsl.rb')
-rw-r--r--lib/bundler/dsl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/dsl.rb b/lib/bundler/dsl.rb
index f59505ca1b..c8e29fd248 100644
--- a/lib/bundler/dsl.rb
+++ b/lib/bundler/dsl.rb
@@ -8,7 +8,7 @@ module Bundler
builder.to_definition
end
- VALID_PLATFORMS = [:ruby_18, :ruby_19, :ruby, :jruby, :mswin]
+ VALID_PLATFORMS = [:ruby, :ruby_18, :ruby_19, :mri, :mri_18, :mri19, :jruby, :mswin]
def initialize
@rubygems_source = Source::Rubygems.new