Removed foreman since it should not get added to the Gemfile (causes errors with mysql gem).

This commit is contained in:
Thorsten Eckel 2017-01-27 18:04:06 +01:00
parent adb039c748
commit 26be1e2365
2 changed files with 1 additions and 5 deletions

View file

@ -121,10 +121,6 @@ group :development, :test do
# Use Factory Girl for generating random test data
gem 'factory_girl_rails'
# for easy starting of all processes via Procfile
# run "foreman start"
gem 'foreman'
end
gem 'puma', group: :puma

View file

@ -455,7 +455,7 @@ DEPENDENCIES
rails (= 4.2.7.1)
rails-observers
rb-fsevent
rspec-rails (~> 3.5)
rspec-rails
rubocop
sass-rails
selenium-webdriver