summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2023-06-18 15:11:37 -0700
committerJohn Helmert III <ajak@gentoo.org>2023-06-18 15:11:37 -0700
commit6c180985c82db9e175faf7e4a599579cc04d3e59 (patch)
tree92e4923d9f2c5254b4cd12f7565f07c66940289d
parentGemfile.lock: update (diff)
downloadsecurity-6c180985c82db9e175faf7e4a599579cc04d3e59.tar.gz
security-6c180985c82db9e175faf7e4a599579cc04d3e59.tar.bz2
security-6c180985c82db9e175faf7e4a599579cc04d3e59.zip
add missing rss dependency
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7df6660..d18d475 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,3 +6,5 @@ gem 'json', '>=1.8.6'
gem 'nokogiri'
gem 'thin'
gem 'sanitize'
+
+gem "rss", "~> 0.2.9"
diff --git a/Gemfile.lock b/Gemfile.lock
index 0738674..5b95d46 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,6 +15,9 @@ GEM
rack (2.2.7)
rack-protection (3.0.6)
rack
+ rexml (3.2.5)
+ rss (0.2.9)
+ rexml
ruby2_keywords (0.0.5)
sanitize (6.0.1)
crass (~> 1.0.2)
@@ -38,6 +41,7 @@ PLATFORMS
DEPENDENCIES
json (>= 1.8.6)
nokogiri
+ rss (~> 0.2.9)
sanitize
sinatra
sinatra-partial