* removing debugger gem from admin gemfile for now

This commit is contained in:
Seth Call 2014-07-28 09:49:56 -05:00
parent 2f76a82bd3
commit 50c611d729
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ end
# gem 'capistrano'
# To use debugger
gem 'debugger'
#gem 'debugger' # not working with 2.1.2p95
group :development, :test do
gem 'capybara'