Bump web-console from 3.7.0 to 4.0.2 (#8330)
* Bump web-console from 3.7.0 to 4.0.2 Bumps [web-console](https://github.com/rails/web-console) from 3.7.0 to 4.0.2. - [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/v3.7.0...v4.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump web-console from 3.7.0 to 4.0.2 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
32890d719d
commit
61019998e7
4 changed files with 6 additions and 6 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", "~> 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
|
||||
|
|
|
|||
10
Gemfile.lock
10
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)
|
||||
|
|
|
|||
BIN
vendor/cache/web-console-3.7.0.gem
vendored
BIN
vendor/cache/web-console-3.7.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/web-console-4.0.2.gem
vendored
Normal file
BIN
vendor/cache/web-console-4.0.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue