use 'platform' on rubinius (over RbConfig) in Gemfile.

This commit is contained in:
Robert Gleeson 2014-01-26 21:31:58 +01:00
parent 73b020e24d
commit 7d0a8e3513
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ group :development do
gem 'rb-fsevent', :require => 'false'
end
if RbConfig::CONFIG['ruby_install_name'] == 'rbx'
platform :rbx do
gem 'rubysl-singleton'
gem 'rubysl-prettyprint'
gem 'rb-readline'