Disable httplog
gem in production (#32776)
This commit is contained in:
parent
933fa81baf
commit
d60ef3f17e
2 changed files with 10 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -53,7 +53,7 @@ gem 'hiredis', '~> 0.6'
|
|||
gem 'htmlentities', '~> 4.3'
|
||||
gem 'http', '~> 5.2.0'
|
||||
gem 'http_accept_language', '~> 2.1'
|
||||
gem 'httplog', '~> 1.7.0'
|
||||
gem 'httplog', '~> 1.7.0', require: false
|
||||
gem 'i18n'
|
||||
gem 'idn-ruby', require: 'idn'
|
||||
gem 'inline_svg'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue