diff --git a/Gemfile b/Gemfile index a5b4d2c3..85b9af50 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 7b32c8a9..99f15148 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)