Bump web-console from 3.7.0 to 4.0.4

We were getting a warning after upgrading to Rails 6:

DEPRECATION WARNING: ActionView::Base instances should be constructed
with a lookup context, assignments, and a controller.

We didn't upgrade web-console earlier because version 4.x isn't
compatible with Rails 5.
This commit is contained in:
Javi Martín
2021-09-19 13:50:34 +02:00
parent a72572eb64
commit 4732a6b22d
2 changed files with 6 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ group :development do
gem "rubocop-rspec", "~> 2.4.0", require: false gem "rubocop-rspec", "~> 2.4.0", require: false
gem "rvm1-capistrano3", "~> 1.4.0", require: false gem "rvm1-capistrano3", "~> 1.4.0", require: false
gem "scss_lint", "~> 0.59.0", require: false gem "scss_lint", "~> 0.59.0", require: false
gem "web-console", "~> 3.7.0" gem "web-console", "~> 4.0.4"
end end
eval_gemfile "./Gemfile_custom" eval_gemfile "./Gemfile_custom"

View File

@@ -680,11 +680,11 @@ GEM
addressable addressable
httpi (~> 2.0) httpi (~> 2.0)
nokogiri (>= 1.4.2) nokogiri (>= 1.4.2)
web-console (3.7.0) web-console (4.0.4)
actionview (>= 5.0) actionview (>= 6.0.0)
activemodel (>= 5.0) activemodel (>= 6.0.0)
bindex (>= 0.4.0) bindex (>= 0.4.0)
railties (>= 5.0) railties (>= 6.0.0)
webdrivers (4.6.0) webdrivers (4.6.0)
nokogiri (~> 1.6) nokogiri (~> 1.6)
rubyzip (>= 1.3.0) rubyzip (>= 1.3.0)
@@ -803,7 +803,7 @@ DEPENDENCIES
uglifier (~> 4.2.0) uglifier (~> 4.2.0)
uuidtools (~> 2.1.5) uuidtools (~> 2.1.5)
view_component (~> 2.49.1) view_component (~> 2.49.1)
web-console (~> 3.7.0) web-console (~> 4.0.4)
webdrivers (~> 4.6.0) webdrivers (~> 4.6.0)
whenever (~> 1.0.0) whenever (~> 1.0.0)
wicked_pdf (~> 2.1.0) wicked_pdf (~> 2.1.0)