diff --git a/Gemfile b/Gemfile index 29fb0809..0b0ecba2 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'listen', '>= 3.0.5', '< 3.2' - gem 'web-console', '>= 4.2.0' + gem 'web-console', '>= 4.2.1' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index d84db15a..c63ce719 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -383,7 +383,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (2.4.2) version_gem (1.1.2) - web-console (4.2.0) + web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) @@ -458,7 +458,7 @@ DEPENDENCIES turbolinks (~> 5) tzinfo-data uglifier (>= 1.3.0) - web-console (>= 4.2.0) + web-console (>= 4.2.1) webdrivers webmock webpacker (~> 6.0.0.rc.5)