From 5c6702bdf29961f4de5114b9f3afb48a41000840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 07:42:42 +0000 Subject: [PATCH] Upgrade: Bump noticed from 1.6.3 to 2.4.1 Bumps [noticed](https://github.com/excid3/noticed) from 1.6.3 to 2.4.1. - [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.1) --- updated-dependencies: - dependency-name: noticed dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 39 +++++++++++---------------------------- 2 files changed, 12 insertions(+), 29 deletions(-) diff --git a/Gemfile b/Gemfile index 088ac4e372..c97c4ba2b2 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', '~> 8.1' gem 'omniauth-github', '~> 2.0.1' gem 'omniauth-google-oauth2', '~> 1.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index b219a75d21..58c4089d64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,8 +143,7 @@ GEM discordrb-webhooks (3.5.0) rest-client (>= 2.0.0) docile (1.4.0) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) + domain_name (0.6.20240107) dotenv (3.1.2) dotenv-rails (3.1.2) dotenv (= 3.1.2) @@ -177,10 +176,7 @@ GEM concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (>= 0.6, < 0.8) - ffi (1.16.3) - ffi-compiler (1.0.1) - ffi (>= 1.0.0) - rake + ffi (1.17.0) flipper (1.3.0) concurrent-ruby (< 2) flipper-active_record (1.3.0) @@ -208,15 +204,9 @@ GEM hashie (5.0.0) htmlbeautifier (1.4.2) htmlentities (4.3.4) - http (5.1.1) - addressable (~> 2.8) - http-cookie (~> 1.0) - http-form_data (~> 2.2) - llhttp-ffi (~> 0.4.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) - http-form_data (2.3.0) i18n (1.14.5) concurrent-ruby (~> 1.0) inline_svg (1.9.0) @@ -242,9 +232,6 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - llhttp-ffi (0.4.0) - ffi-compiler (~> 1.0) - rake (~> 13.0) logger (1.6.0) loofah (2.22.0) crass (~> 1.0.2) @@ -266,7 +253,7 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) method_source (1.1.0) mime-types (3.5.1) @@ -280,24 +267,23 @@ GEM multi_xml (0.6.0) net-http (0.4.1) uri - net-imap (0.4.10) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0.1) + net-smtp (0.5.0) net-protocol netrc (0.11.0) newrelic_rpm (9.7.1) - nio4r (2.7.0) + nio4r (2.7.3) 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.1) + rails (>= 6.1.0) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) @@ -535,9 +521,6 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) unicode-display_width (2.5.0) uri (0.13.0) vcr (6.2.0) @@ -564,7 +547,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS ruby @@ -602,7 +585,7 @@ DEPENDENCIES listen (~> 3.9) lookbook (~> 2.2.1) newrelic_rpm (~> 9.7) - noticed (~> 1.6) + noticed (~> 2.4) octokit (~> 8.1) omniauth-github (~> 2.0.1) omniauth-google-oauth2 (~> 1.1.1)