Upgrade web-console, fix it for Docker
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Was failing silently in Docker, because the warnings were turned off.
This commit is contained in:
2024-02-08 12:26:28 +01:00
parent 176b1a10c6
commit 3b96130491
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'