FIX: Prometheus plugin expects webrick in production (#19562)

* FIX: Prometheus plugin expects webrick in production

* newline
This commit is contained in:
Rafael dos Santos Silva 2022-12-21 18:20:07 -03:00 committed by GitHub
parent 48ac5d5db9
commit aa1e8790e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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