-
- Downloads
Add Ruby 2.1.0, Rubinius
... | ... | @@ -8,7 +8,12 @@ group :development, :test do |
gem 'rails' | ||
platforms :jruby do | ||
gem 'jruby-openssl' | ||
gem 'jruby-openssl' | ||
end | ||
platforms :rbx do | ||
gem 'rubysl', '~> 2.0' | ||
gem 'rubysl-test-unit' | ||
end | ||
end | ||
... | ... |
Please register or sign in to comment