Remove Mongrel and other Ruby-1.8-specific development gems

This commit is contained in:
Dan Rice 2013-02-07 20:14:23 -05:00
parent 50a1802624
commit 4d3ba2a012
2 changed files with 0 additions and 13 deletions

View file

@ -38,13 +38,6 @@ gem 'jquery-rails'
gem 'bcrypt-ruby'
group :development do
if RUBY_VERSION.to_f >= 1.9
# gem "ruby-debug19", :require => 'ruby-debug'
gem "mongrel", ">=1.2.0.pre2"
else
gem "ruby-debug"
gem "mongrel"
end
gem "yard"
gem "tolk"
gem "bullet"