From df4faa91aeb33983f56ff367ad1dea7ce370f86f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 12:04:08 +0000 Subject: [PATCH] Bump web-console from 4.1.0 to 4.2.0 Bumps [web-console](https://github.com/rails/web-console) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/rails/web-console/releases) - [Changelog](https://github.com/rails/web-console/blob/master/CHANGELOG.markdown) - [Commits](https://github.com/rails/web-console/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: web-console dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 856e414..7364f10 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :development do gem 'listen', '~> 3.7' gem 'spring', '~> 2.1', '>= 2.1.1' gem 'spring-watcher-listen', '~> 2.0', '>= 2.0.1' - gem 'web-console', '~> 4.0', '>= 4.0.4' + gem 'web-console', '~> 4.2' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 7d0cd51..2cba11c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GEM guard-minitest (2.4.6) guard-compat (~> 1.2) minitest (>= 3.0) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) jbuilder (2.11.2) activesupport (>= 5.0.0) @@ -147,7 +147,7 @@ GEM ruby-progressbar nenv (0.3.0) nio4r (2.5.8) - nokogiri (1.12.3) + nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) notiffany (0.1.3) @@ -164,7 +164,7 @@ GEM public_suffix (4.0.6) puma (5.4.0) nio4r (~> 2.0) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-proxy (0.7.0) rack @@ -263,7 +263,7 @@ GEM uglifier (4.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (2.0.0) - web-console (4.1.0) + web-console (4.2.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) @@ -278,7 +278,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.4.2) + zeitwerk (2.5.1) PLATFORMS ruby @@ -312,7 +312,7 @@ DEPENDENCIES turbolinks (~> 5.2, >= 5.2.1) tzinfo-data uglifier (~> 4.2) - web-console (~> 4.0, >= 4.0.4) + web-console (~> 4.2) webpacker (~> 5.4) RUBY VERSION