diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-07-20 18:26:41 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-07-23 17:54:09 -0300 |
commit | a9a7d6c4d10ee5e5988ea138539b763f7a6c822c (patch) | |
tree | a851f8bd62b262575599cdc998187835e124f78a /lib/bundler/dsl.rb | |
parent | afff44903af0ab5ebd75ac84e1b81f6aec3c8af3 (diff) | |
download | bundler-a9a7d6c4d10ee5e5988ea138539b763f7a6c822c.tar.gz |
mri platform added
Diffstat (limited to 'lib/bundler/dsl.rb')
-rw-r--r-- | lib/bundler/dsl.rb | 2 |
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 |