mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 09:40:13 +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'
|
gem 'bcrypt-ruby'
|
||||||
|
|
||||||
group :development do
|
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 "yard"
|
||||||
gem "tolk"
|
gem "tolk"
|
||||||
gem "bullet"
|
gem "bullet"
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,6 @@ GEM
|
||||||
capybara (>= 1.1.2)
|
capybara (>= 1.1.2)
|
||||||
cucumber (>= 1.1.8)
|
cucumber (>= 1.1.8)
|
||||||
nokogiri (>= 1.5.0)
|
nokogiri (>= 1.5.0)
|
||||||
daemons (1.0.10)
|
|
||||||
database_cleaner (0.9.1)
|
database_cleaner (0.9.1)
|
||||||
diff-lcs (1.1.3)
|
diff-lcs (1.1.3)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
|
|
@ -85,7 +84,6 @@ GEM
|
||||||
RedCloth (~> 4.2)
|
RedCloth (~> 4.2)
|
||||||
actionpack (~> 3.0)
|
actionpack (~> 3.0)
|
||||||
bluecloth (~> 2.2)
|
bluecloth (~> 2.2)
|
||||||
gem_plugin (0.2.3)
|
|
||||||
gherkin (2.11.5)
|
gherkin (2.11.5)
|
||||||
json (>= 1.4.6)
|
json (>= 1.4.6)
|
||||||
hike (1.2.1)
|
hike (1.2.1)
|
||||||
|
|
@ -105,9 +103,6 @@ GEM
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
mime-types (1.19)
|
mime-types (1.19)
|
||||||
mongrel (1.2.0.pre2)
|
|
||||||
daemons (~> 1.0.10)
|
|
||||||
gem_plugin (~> 0.2.3)
|
|
||||||
multi_json (1.5.0)
|
multi_json (1.5.0)
|
||||||
mysql2 (0.3.11)
|
mysql2 (0.3.11)
|
||||||
nokogiri (1.5.6)
|
nokogiri (1.5.6)
|
||||||
|
|
@ -213,7 +208,6 @@ DEPENDENCIES
|
||||||
formatize
|
formatize
|
||||||
htmlentities
|
htmlentities
|
||||||
jquery-rails
|
jquery-rails
|
||||||
mongrel (>= 1.2.0.pre2)
|
|
||||||
mysql2
|
mysql2
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (= 3.2.11)
|
rails (= 3.2.11)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue