Upgrade web-console, fix it for Docker
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

Was failing silently in Docker, because the warnings were turned off.
This commit is contained in:
Râu Cao 2024-02-08 12:26:28 +01:00
parent 176b1a10c6
commit 3b96130491
Signed by: raucao
GPG Key ID: 37036C356E56CC51
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ end
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'web-console', '~> 4.2'
gem 'listen', '~> 3.2'
gem 'letter_opener'
gem 'letter_opener_web'

View File

@ -538,7 +538,7 @@ DEPENDENCIES
tzinfo-data
view_component
warden
web-console (>= 3.3.0)
web-console (~> 4.2)
webmock
BUNDLED WITH

View File

@ -69,7 +69,7 @@ Rails.application.configure do
config.action_mailer.default_url_options = { host: "localhost:3000", protocol: "http" }
# Allow requests from any IP
config.web_console.whiny_requests = false
config.web_console.permissions = '0.0.0.0/0'
if ENV["S3_ENABLED"]
config.active_storage.service = :s3