Update Gemfile to not have byebug

This commit is contained in:
Mitchell Hashimoto 2014-04-14 14:50:58 -07:00
parent 148d4252ed
commit 3c78b16e98
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ gem "rack-contrib", "~> 1.1.0"
gem "redcarpet", "~> 3.0.0"
gem "therubyracer", "~> 0.12.0"
gem "thin", "~> 1.5.0"
gem "byebug"
group :development do
gem "highline", "~> 1.6.15"