Skip to content

Commit

Permalink
heroku tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Skud committed Oct 21, 2013
1 parent 98b7166 commit 1e96c5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -35,13 +35,15 @@ group :development do
gem 'rb-inotify', :require=>false
gem 'letter_opener'
end

group :development, :test, :travis do
gem 'factory_girl_rails'
gem 'rspec-rails'
gem 'sqlite3'
gem 'capybara'
end

group :test, :travis do
gem 'capybara'
gem 'database_cleaner', '1.0.1'
gem 'email_spec'
gem 'launchy'
Expand Down
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb

0 comments on commit 1e96c5f

Please sign in to comment.