summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2023-06-18 14:19:38 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2023-06-18 14:19:38 -0700
commitc770ee6d77c24cd8d90af95a7b82f5038321d13b (patch)
tree6f5b7044458a387312a145f1788ca0d1c29da35d
parentGemfile: update gems (diff)
downloadinfra-status-master.tar.gz
infra-status-master.tar.bz2
infra-status-master.zip
Gemfile: missing rss gemHEAD20230618T212156Zmaster
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock4
2 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8bae742..2085080 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,3 +7,4 @@ gem 'redcarpet'
gem 'puma'
gem 'thin'
gem 'puma-daemon'
+gem 'rss'
diff --git a/Gemfile.lock b/Gemfile.lock
index 4f44152..86f7734 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -16,6 +16,9 @@ GEM
rack-protection (3.0.6)
rack
redcarpet (3.6.0)
+ rexml (3.2.5)
+ rss (0.2.9)
+ rexml
ruby2_keywords (0.0.5)
sinatra (3.0.6)
mustermann (~> 3.0)
@@ -38,6 +41,7 @@ DEPENDENCIES
puma
puma-daemon
redcarpet
+ rss
sinatra
sinatra-partial
thin