diff --git a/Gemfile b/Gemfile index 7a34045e..11553a13 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,6 @@ end if RbConfig::CONFIG['ruby_install_name'] == 'rbx' gem 'rubysl-singleton' + gem 'rubysl-prettyprint' gem 'rb-readline' end