From 3e31d01d0b476b7e8299e140355f1c6aeba7e511 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Sat, 23 Nov 2013 18:23:34 -0800 Subject: [PATCH] Add rubysl-prettyprint to Gemfile for rbx --- Gemfile | 1 + 1 file changed, 1 insertion(+) 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