Skip to content

Commit

Permalink
added foreman
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzak committed Oct 5, 2011
1 parent be13aec commit 806e131
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "routing-filter"
gem "SystemTimer", :require => nil, :platform => :ruby_18
gem "jquery-rails"
gem "devise"

gem "foreman"
group :assets do
gem "sass-rails", "~> 3.1.0"
gem "uglifier"
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ GEM
factory_girl (~> 2.1.0)
railties (>= 3.0.0)
ffi (1.0.9)
foreman (0.24.0)
term-ansicolor (~> 1.0.5)
thor (>= 0.13.6)
formtastic (2.0.0.rc5)
rails (~> 3.0)
friendly_id (3.3.0.1)
Expand Down Expand Up @@ -196,6 +199,7 @@ GEM
spruz (0.2.13)
sqlite3 (1.3.4)
state_machine (1.0.2)
term-ansicolor (1.0.6)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -221,6 +225,7 @@ DEPENDENCIES
database_cleaner
devise
factory_girl_rails (~> 1.1.rc1)
foreman
formtastic (~> 2.0.0.rc1)
friendly_id
haml
Expand Down
3 changes: 3 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rails: rails s
redis: redis-server
spork: spork

0 comments on commit 806e131

Please sign in to comment.