mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 07:12:48 +08:00
FIX: Prometheus plugin expects webrick in production (#19562)
* FIX: Prometheus plugin expects webrick in production * newline
This commit is contained in:
parent
48ac5d5db9
commit
aa1e8790e5
3
Gemfile
3
Gemfile
|
@ -169,7 +169,6 @@ group :test, :development do
|
|||
gem 'rswag-specs'
|
||||
|
||||
gem 'annotate'
|
||||
gem 'webrick', require: false
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
@ -271,3 +270,5 @@ gem 'faraday-retry'
|
|||
# workaround for faraday-net_http, see
|
||||
# https://github.com/ruby/net-imap/issues/16#issuecomment-803086765
|
||||
gem 'net-http'
|
||||
|
||||
gem 'webrick', require: false
|
||||
|
|
Loading…
Reference in New Issue
Block a user