Skip to content

Commit

Permalink
Revert "Downgrade rack to see if that's what's causing the maintenanc…
Browse files Browse the repository at this point in the history
…e issue"

This reverts commit 4b57607.
  • Loading branch information
sferik committed Dec 29, 2011
1 parent 4b57607 commit 6fb0cc2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'multi_json'
# gem 'newrelic_rpm'
gem 'paul_revere'
gem 'pg'
gem 'rack', '1.2.4'
gem 'rack'
gem 'rack-maintenance', :require => 'rack/maintenance'
gem 'rdoc'
gem 'redis'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
method_source (~> 0.6.7)
ruby_parser (>= 2.3.1)
slop (~> 2.1.0)
rack (1.2.4)
rack (1.2.5)
rack-maintenance (0.3.0)
rack (>= 1.0)
rack-mount (0.6.14)
Expand Down Expand Up @@ -249,7 +249,7 @@ DEPENDENCIES
paul_revere
pg
pry
rack (= 1.2.4)
rack
rack-maintenance
rack-test
rails (~> 3.0.10)
Expand Down
Binary file removed vendor/cache/rack-1.2.4.gem
Binary file not shown.
Binary file added vendor/cache/rack-1.2.5.gem
Binary file not shown.

0 comments on commit 6fb0cc2

Please sign in to comment.