Skip to content

Commit

Permalink
rollback foreman as it seemed to stop liking resque's ENV vars. [ci s…
Browse files Browse the repository at this point in the history
…kip]
  • Loading branch information
maxwell committed Jan 8, 2012
1 parent 334a2ed commit d38e75c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'http://rubygems.org'
gem 'rails', '3.0.11'

gem 'bundler', '>= 1.0.0'
gem 'foreman'
gem 'foreman', '0.27.0'
gem 'whenever'

gem 'thin', '~> 1.3.1', :require => false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ GEM
ruby-hmac
foreigner (1.1.1)
activerecord (>= 3.0.0)
foreman (0.31.0)
foreman (0.27.0)
term-ansicolor (~> 1.0.5)
thor (>= 0.13.6)
formatador (0.2.1)
Expand Down Expand Up @@ -480,7 +480,7 @@ DEPENDENCIES
fixture_builder (= 0.3.1)
fog
foreigner (~> 1.1.0)
foreman
foreman (= 0.27.0)
fuubar (= 0.0.6)
haml (= 3.1.4)
heroku
Expand Down
6 changes: 3 additions & 3 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: bundle exec rails s -p $PORT
redis: redis-server
worker: QUEUE=* bundle exec rake resque:work
web: bundle exec rails s -p $PORT
redis: redis-server
worker: QUEUE=* bundle exec rake resque:work

0 comments on commit d38e75c

Please sign in to comment.