diff --git a/Gemfile b/Gemfile index 5574bda68..092b8b630 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", "~> 4.0" # Rails Console on the Browser + gem "web-console", "~> 4.1" # 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 11e0114cd..ef17aa91d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -805,7 +805,7 @@ GEM warden (1.2.9) rack (>= 2.0.9) wcag_color_contrast (0.1.0) - web-console (4.0.4) + web-console (4.1.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) @@ -834,7 +834,7 @@ GEM yard (>= 0.8.3) yard-activesupport-concern (0.0.1) yard (>= 0.8) - zeitwerk (2.4.0) + zeitwerk (2.4.1) zonebie (0.6.1) PLATFORMS @@ -984,7 +984,7 @@ DEPENDENCIES vault (~> 0.15) vcr (~> 6.0) wcag_color_contrast (~> 0.1) - web-console (~> 4.0) + web-console (~> 4.1) webdrivers (~> 4.4) webmock (~> 3.9) webpacker (~> 5.2.1) diff --git a/vendor/cache/web-console-4.0.4.gem b/vendor/cache/web-console-4.0.4.gem deleted file mode 100644 index 011d344ec..000000000 Binary files a/vendor/cache/web-console-4.0.4.gem and /dev/null differ diff --git a/vendor/cache/web-console-4.1.0.gem b/vendor/cache/web-console-4.1.0.gem new file mode 100644 index 000000000..2ba6398e7 Binary files /dev/null and b/vendor/cache/web-console-4.1.0.gem differ diff --git a/vendor/cache/zeitwerk-2.4.0.gem b/vendor/cache/zeitwerk-2.4.0.gem deleted file mode 100644 index 373e2693d..000000000 Binary files a/vendor/cache/zeitwerk-2.4.0.gem and /dev/null differ diff --git a/vendor/cache/zeitwerk-2.4.1.gem b/vendor/cache/zeitwerk-2.4.1.gem new file mode 100644 index 000000000..63d87c6aa Binary files /dev/null and b/vendor/cache/zeitwerk-2.4.1.gem differ