diff --git a/Gemfile b/Gemfile index b7d29ab4f..dcf0f0d8b 100644 --- a/Gemfile +++ b/Gemfile @@ -124,7 +124,7 @@ group :development do gem "memory_profiler", "~> 0.9", require: false # Memory profiling routines for Ruby 2.3+ gem "pry", "~> 0.13" # An IRB alternative and runtime developer console gem "pry-rails", "~> 0.3" # Use Pry as your rails console - gem "web-console", "~> 3.7" # Rails Console on the Browser + gem "web-console", "~> 4.0" # Rails Console on the Browser gem "yard", "~> 0.9.25" # YARD is a documentation generation tool for the Ruby programming language gem "yard-activerecord", "~> 0.0.16" # YARD extension that handles and interprets methods used when developing applications with ActiveRecord gem "yard-activesupport-concern", "~> 0.0.1" # YARD extension that brings support for modules making use of ActiveSupport::Concern diff --git a/Gemfile.lock b/Gemfile.lock index 45c122efb..89645b1b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -836,11 +836,11 @@ GEM equalizer (~> 0.0, >= 0.0.9) warden (1.2.8) rack (>= 2.0.6) - web-console (3.7.0) - actionview (>= 5.0) - activemodel (>= 5.0) + web-console (4.0.2) + actionview (>= 6.0.0) + activemodel (>= 6.0.0) bindex (>= 0.4.0) - railties (>= 5.0) + railties (>= 6.0.0) webdrivers (4.3.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) @@ -1014,7 +1014,7 @@ DEPENDENCIES ulid (~> 1.2) validate_url (~> 1.0) vcr (~> 6.0) - web-console (~> 3.7) + web-console (~> 4.0) webdrivers (~> 4.3) webmock (~> 3.8) webpacker (~> 5.1.1) diff --git a/vendor/cache/web-console-3.7.0.gem b/vendor/cache/web-console-3.7.0.gem deleted file mode 100644 index 82e5bde3b..000000000 Binary files a/vendor/cache/web-console-3.7.0.gem and /dev/null differ diff --git a/vendor/cache/web-console-4.0.2.gem b/vendor/cache/web-console-4.0.2.gem new file mode 100644 index 000000000..32c64fc4a Binary files /dev/null and b/vendor/cache/web-console-4.0.2.gem differ