From 0ccea9438d6e1f2f77d29de1c20765d098cc40b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:02:41 +0000 Subject: [PATCH] Bump rss from 0.3.1 to 0.3.2 Bumps [rss](https://github.com/ruby/rss) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/ruby/rss/releases) - [Changelog](https://github.com/ruby/rss/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rss/compare/0.3.1...0.3.2) --- updated-dependencies: - dependency-name: rss dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a5b4d2c37..85b9af50c 100644 --- a/Gemfile +++ b/Gemfile @@ -79,6 +79,6 @@ gem "ruby_ui", github: "ruby-ui/ruby_ui", branch: "main", require: false gem "pry", "0.16.0" gem "tailwind_merge", "~> 1.4.0" -gem "rss", "0.3.1" +gem "rss", "0.3.2" gem "rouge", "~> 4.7" diff --git a/Gemfile.lock b/Gemfile.lock index 7b32c8a98..99f15148e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,7 +250,7 @@ GEM io-console (~> 0.5) rexml (3.4.4) rouge (4.7.0) - rss (0.3.1) + rss (0.3.2) rexml rubocop (1.84.2) json (~> 2.3) @@ -344,7 +344,7 @@ DEPENDENCIES puma (= 7.2.0) rails (= 8.1.3) rouge (~> 4.7) - rss (= 0.3.1) + rss (= 0.3.2) ruby_ui! selenium-webdriver sqlite3 (= 2.9.2)