Removed foreman since it should not get added to the Gemfile (causes errors with mysql gem).
This commit is contained in:
parent
adb039c748
commit
26be1e2365
2 changed files with 1 additions and 5 deletions
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue