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:
parent
73b020e24d
commit
7d0a8e3513
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue