From a1ba8d8683a7a409ad70437f72c4da031c1e456b Mon Sep 17 00:00:00 2001 From: Michaux Kelley Date: Fri, 27 Jul 2012 16:23:46 -0400 Subject: [PATCH] Add pry to the Gemfile for a differnt REPL This will let us debug and interact with the rubeque application using an alternative REPL to irb. Issue #107 --- Gemfile | 1 + Gemfile.lock | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index d7b7eed..2be809d 100644 --- a/Gemfile +++ b/Gemfile @@ -69,4 +69,5 @@ group :development do # bash < <(curl -L https://raw.github.com/gist/1333785) gem 'debugger' gem 'heroku' + gem 'pry-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index 000b1fb..1452faa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,6 +137,7 @@ GEM i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) + method_source (0.8) mime-types (1.19) mongo (1.6.2) bson (~> 1.6.2) @@ -180,6 +181,12 @@ GEM omniauth-oauth (~> 1.0) orm_adapter (0.0.7) polyglot (0.3.3) + pry (0.9.10) + coderay (~> 1.0.5) + method_source (~> 0.8) + slop (~> 3.3.1) + pry-rails (0.1.6) + pry rack (1.4.1) rack-cache (1.2) rack (>= 0.4) @@ -242,6 +249,7 @@ GEM sicuro (0.3.0) fakefs simple_oauth (0.1.9) + slop (3.3.2) spoon (0.0.1) sprockets (2.1.3) hike (~> 1.2) @@ -300,6 +308,7 @@ DEPENDENCIES omniauth-github omniauth-openid omniauth-twitter + pry-rails rack-timeout rails (~> 3.2.2) rinku