diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-06-18 14:19:38 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-06-18 14:19:38 -0700 |
commit | c770ee6d77c24cd8d90af95a7b82f5038321d13b (patch) | |
tree | 6f5b7044458a387312a145f1788ca0d1c29da35d | |
parent | Gemfile: update gems (diff) | |
download | infra-status-c770ee6d77c24cd8d90af95a7b82f5038321d13b.tar.gz infra-status-c770ee6d77c24cd8d90af95a7b82f5038321d13b.tar.bz2 infra-status-c770ee6d77c24cd8d90af95a7b82f5038321d13b.zip |
Gemfile: missing rss gemHEAD20230618T212156Zmaster
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -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 |