Bump web-console from 4.0.4 to 4.1.0 (#11319)
* Bump web-console from 4.0.4 to 4.1.0 Bumps [web-console](https://github.com/rails/web-console) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/rails/web-console/releases) - [Changelog](https://github.com/rails/web-console/blob/master/CHANGELOG.markdown) - [Commits](https://github.com/rails/web-console/compare/v4.0.4...v4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump web-console from 4.0.4 to 4.1.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
d64943958d
commit
c131c8a4cb
6 changed files with 4 additions and 4 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
BIN
vendor/cache/web-console-4.0.4.gem
vendored
BIN
vendor/cache/web-console-4.0.4.gem
vendored
Binary file not shown.
BIN
vendor/cache/web-console-4.1.0.gem
vendored
Normal file
BIN
vendor/cache/web-console-4.1.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/zeitwerk-2.4.0.gem
vendored
BIN
vendor/cache/zeitwerk-2.4.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/zeitwerk-2.4.1.gem
vendored
Normal file
BIN
vendor/cache/zeitwerk-2.4.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue