Skip to content

Commit

Permalink
build(deps-dev): bump web-console from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [web-console](https://github.com/rails/web-console) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/rails/web-console/releases)
- [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown)
- [Commits](rails/web-console@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: web-console
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 7001a43 commit 02a44c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ group :development do
gem 'rubocop', '~> 1.56'
gem 'rubocop-performance', '~> 1.19', require: false
gem 'rubocop-rails', '~> 2.20', require: false
gem 'web-console', '~> 4.0'
gem 'web-console', '~> 4.2'
end

group :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
minitest (5.20.0)
msgpack (1.3.3)
multi_xml (0.6.0)
net-imap (0.3.7)
Expand Down Expand Up @@ -285,7 +285,7 @@ GEM
version_gem (1.1.1)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
Expand Down Expand Up @@ -324,7 +324,7 @@ DEPENDENCIES
serviceworker-rails (~> 0.6)
stimulus-rails (~> 1.2)
turbo-rails (~> 1.4)
web-console (~> 4.0)
web-console (~> 4.2)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 02a44c9

Please sign in to comment.