Gemfile: remove foreman, get rid of Procfile
This commit is contained in:
parent
b04891446c
commit
e1a8ac3db5
1
Gemfile
1
Gemfile
|
@ -71,7 +71,6 @@ gem 'twitter'
|
|||
# To use a more recent Faraday version, a fork of this gem is required.
|
||||
gem 'tumblr_client', git: 'https://github.com/amplifr/tumblr_client'
|
||||
|
||||
gem 'foreman'
|
||||
gem 'redis'
|
||||
|
||||
gem 'fake_email_validator'
|
||||
|
|
|
@ -177,7 +177,6 @@ GEM
|
|||
railties (>= 3.2, < 6.1)
|
||||
font-kit-rails (1.2.0)
|
||||
rails
|
||||
foreman (0.87.1)
|
||||
formatador (0.2.5)
|
||||
globalid (0.4.2)
|
||||
activesupport (>= 4.2.0)
|
||||
|
@ -553,7 +552,6 @@ DEPENDENCIES
|
|||
fog-local
|
||||
font-awesome-rails (~> 4.7.0)
|
||||
font-kit-rails
|
||||
foreman
|
||||
guard-brakeman
|
||||
haml (~> 5.0)
|
||||
haml_lint
|
||||
|
|
Loading…
Reference in New Issue