aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorErik Michaels-Ober <sferik@gmail.com>2014-02-12 12:55:47 +0100
committerErik Michaels-Ober <sferik@gmail.com>2014-02-12 12:55:47 +0100
commitaf66c4697c2ca3d67c853cae6c900b124c354e90 (patch)
tree04db6dbe98085439d159a5109aa3107c30ffa9f6 /Gemfile
parent6d14c222dd23ae4a7c012333b7cbb43973074746 (diff)
downloadrails-af66c4697c2ca3d67c853cae6c900b124c354e90.tar.gz
rails-af66c4697c2ca3d67c853cae6c900b124c354e90.tar.bz2
rails-af66c4697c2ca3d67c853cae6c900b124c354e90.zip
Update Travis settings for Rubinius
/cc @brixen
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index d1eb460fbc..753b1d423a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -76,11 +76,6 @@ platforms :jruby do
end
end
-platforms :rbx do
- gem 'psych', '~> 2.0'
- gem 'rubysl', '~> 2.0'
-end
-
# gems that are necessary for ActiveRecord tests with Oracle database
if ENV['ORACLE_ENHANCED']
platforms :ruby do