aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fbb0e0fd49..d4bbe007df 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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