1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

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'