Skip to content

Commit

Permalink
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 2faf152 commit 1f27d5e
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 @@ -177,7 +177,7 @@ end
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'listen', '~> 3.8.0'
gem 'web-console', '~> 4.2.0'
gem 'web-console', '~> 4.2.1'

gem 'rb-readline', '~> 0.5.5' # require for irb
gem 'rubocop-capybara', '~> 2.18.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ GEM
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.5)
minitest (5.19.0)
minitest (5.20.0)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
minitest-utils (0.4.8)
Expand Down Expand Up @@ -497,7 +497,7 @@ GEM
version_gem (1.1.0)
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 @@ -602,7 +602,7 @@ DEPENDENCIES
terser (>= 1.1.1)
test-prof (~> 1.2.2)
tzinfo-data
web-console (~> 4.2.0)
web-console (~> 4.2.1)
webmock
will_paginate (~> 4.0.0)

Expand Down

0 comments on commit 1f27d5e

Please sign in to comment.