From d358c3a03e09a3df0b5e2a1f93e51684e9e82dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 05:40:58 +0000 Subject: [PATCH] Upgrade: Bump noticed from 1.6.3 to 2.4.3 Bumps [noticed](https://github.com/excid3/noticed) from 1.6.3 to 2.4.3. - [Release notes](https://github.com/excid3/noticed/releases) - [Changelog](https://github.com/excid3/noticed/blob/main/CHANGELOG.md) - [Upgrade guide](https://github.com/excid3/noticed/blob/main/UPGRADE.md) - [Commits](https://github.com/excid3/noticed/compare/v1.6.3...v2.4.3) --- updated-dependencies: - dependency-name: noticed dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 ++++++-------------------- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index e6d1c1acdd..c8bba2402a 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'jsbundling-rails', '~> 1.3' gem 'kramdown', '~> 2.4' gem 'kramdown-parser-gfm' gem 'newrelic_rpm', '~> 9.7' -gem 'noticed', '~> 1.6' +gem 'noticed', '~> 2.4' gem 'octokit', '~> 9.1' gem 'omniauth-github', '~> 2.0.1' gem 'omniauth-google-oauth2', '~> 1.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 88a73c8bd4..9a9d63a244 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,9 +189,6 @@ GEM webrick (~> 1.7) websocket-driver (~> 0.7) ffi (1.17.0) - ffi-compiler (1.3.2) - ffi (>= 1.15.5) - rake flipper (1.3.1) concurrent-ruby (< 2) flipper-active_record (1.3.0) @@ -219,16 +216,9 @@ GEM hashie (5.0.0) htmlbeautifier (1.4.3) htmlentities (4.3.4) - http (5.2.0) - addressable (~> 2.8) - base64 (~> 0.1) - http-cookie (~> 1.0) - http-form_data (~> 2.2) - llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.6) + http-cookie (1.0.7) domain_name (~> 0.5) - http-form_data (2.3.0) i18n (1.14.6) concurrent-ruby (~> 1.0) inline_svg (1.9.0) @@ -256,9 +246,6 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - llhttp-ffi (0.5.0) - ffi-compiler (~> 1.0) - rake (~> 13.0) logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) @@ -296,7 +283,7 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - net-imap (0.4.14) + net-imap (0.4.16) date net-protocol net-pop (0.1.2) @@ -311,9 +298,8 @@ GEM nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - noticed (1.6.3) - http (>= 4.0.0) - rails (>= 5.2.0) + noticed (2.4.3) + rails (>= 6.1.0) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) @@ -578,7 +564,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.1) + webrick (1.8.2) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -623,7 +609,7 @@ DEPENDENCIES listen (~> 3.9) lookbook (~> 2.3.2) newrelic_rpm (~> 9.7) - noticed (~> 1.6) + noticed (~> 2.4) octokit (~> 9.1) omniauth-github (~> 2.0.1) omniauth-google-oauth2 (~> 1.1.1)