Add rubysl-prettyprint to Gemfile for rbx

This commit is contained in:
Ryan Fitzgerald 2013-11-23 18:23:34 -08:00
parent b154a761bd
commit 3e31d01d0b
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ end
if RbConfig::CONFIG['ruby_install_name'] == 'rbx'
gem 'rubysl-singleton'
gem 'rubysl-prettyprint'
gem 'rb-readline'
end