Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump web-console from 4.2.0 to 4.2.1 #4950

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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