diff options
author | Federico Ravasio <ravasio.federico@gmail.com> | 2013-10-31 21:11:42 +0100 |
---|---|---|
committer | Federico Ravasio <ravasio.federico@gmail.com> | 2013-10-31 21:21:48 +0100 |
commit | 6bb56b2c1919d4cd20b7c3b8cf28989786d635bc (patch) | |
tree | f5b7a3c00e8fa90978bfa670b343ffac08b88c41 /Gemfile | |
parent | f960362f7470078a663f422bd49ec148e79ad0b3 (diff) | |
download | rails-6bb56b2c1919d4cd20b7c3b8cf28989786d635bc.tar.gz rails-6bb56b2c1919d4cd20b7c3b8cf28989786d635bc.tar.bz2 rails-6bb56b2c1919d4cd20b7c3b8cf28989786d635bc.zip |
Added Rubinius 2 specific dependencies.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -78,6 +78,12 @@ platforms :jruby do end end +platforms :rbx do + gem 'psych' + gem 'rubysl-mathn' + gem 'rubysl-matrix' +end + # gems that are necessary for ActiveRecord tests with Oracle database if ENV['ORACLE_ENHANCED'] platforms :ruby do |