diff --git a/Gemfile b/Gemfile index 29ea181f96..752165e82b 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 22d14ba42c..9b26a17732 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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)