diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 0 insertions, 5 deletions
@@ -77,7 +77,6 @@ end group :develop do gem 'ruby-debug', :platforms => :ruby_18 gem 'debugger', :platforms => :ruby_19 - gem 'byebug', :platforms => :ruby_20 gem 'annotate' end diff --git a/Gemfile.lock b/Gemfile.lock index c5c1fa3b4..62258c0c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,9 +51,6 @@ GEM bootstrap-sass (2.3.1.2) sass (~> 3.2) builder (3.0.4) - byebug (2.3.1) - columnize (~> 0.3.6) - debugger-linecache (~> 1.2.0) capistrano (2.15.4) highline net-scp (>= 1.0.0) @@ -281,7 +278,6 @@ DEPENDENCIES acts_as_versioned! annotate bootstrap-sass - byebug capistrano charlock_holmes coffee-rails (~> 3.2.1) |