mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 08:34:08 +01:00
Remove Mongrel and other Ruby-1.8-specific development gems
This commit is contained in:
parent
50a1802624
commit
4d3ba2a012
2 changed files with 0 additions and 13 deletions
7
Gemfile
7
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue