Add debugger gem.

This commit is contained in:
evazion
2014-10-13 14:11:02 -05:00
parent b402969eea
commit 6a965db911
2 changed files with 12 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ gem "uglifier"
gem 'coffee-rails'
gem "therubyracer", :platforms => :ruby
gem "pry", :group => [:test, :development]
gem "pry-debugger", :group => [:test, :development]
gem "rails", "~> 4.1.5"
gem "pg"
gem "kgio"