mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 04:34:25 +08:00
DEV: remove foreman gem and unsupported Procfile
Launching Discourse no longer should require foreman in dev. We can simply use `bin/unicorn` which automatically launches a sidekiq worker. The foreman gem depends on thor ~> 0.19.1 which is no longer supported in rails 6. So this pre-emptively prepares us for it.
This commit is contained in:
parent
2a2be093ca
commit
377f3efb60
1
Gemfile
1
Gemfile
@ -143,7 +143,6 @@ group :development do
|
|||||||
gem 'better_errors'
|
gem 'better_errors'
|
||||||
gem 'binding_of_caller'
|
gem 'binding_of_caller'
|
||||||
gem 'annotate'
|
gem 'annotate'
|
||||||
gem 'foreman', require: false
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# this is an optional gem, it provides a high performance replacement
|
# this is an optional gem, it provides a high performance replacement
|
||||||
|
@ -144,8 +144,6 @@ GEM
|
|||||||
fastimage (2.1.3)
|
fastimage (2.1.3)
|
||||||
ffi (1.9.25)
|
ffi (1.9.25)
|
||||||
flamegraph (0.9.5)
|
flamegraph (0.9.5)
|
||||||
foreman (0.85.0)
|
|
||||||
thor (~> 0.19.1)
|
|
||||||
fspath (3.1.0)
|
fspath (3.1.0)
|
||||||
gc_tracer (1.5.1)
|
gc_tracer (1.5.1)
|
||||||
git (1.5.0)
|
git (1.5.0)
|
||||||
@ -478,7 +476,6 @@ DEPENDENCIES
|
|||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage
|
||||||
flamegraph
|
flamegraph
|
||||||
foreman
|
|
||||||
gc_tracer
|
gc_tracer
|
||||||
highline (~> 1.7.0)
|
highline (~> 1.7.0)
|
||||||
hiredis
|
hiredis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user