diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-06-18 14:16:31 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-06-18 14:16:31 -0700 |
commit | 61b760da257395aa6b88c6ae03244f70f6555291 (patch) | |
tree | 4882ad58fad4a310f1cd3c256c3b1cf590d21814 | |
parent | Take the most recent loading of status or notices. (diff) | |
download | infra-status-61b760da257395aa6b88c6ae03244f70f6555291.tar.gz infra-status-61b760da257395aa6b88c6ae03244f70f6555291.tar.bz2 infra-status-61b760da257395aa6b88c6ae03244f70f6555291.zip |
Gemfile: update gems
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | Gemfile.lock | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 1fd8e53..4f44152 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,32 +1,34 @@ GEM remote: https://rubygems.org/ specs: - daemons (1.2.6) + daemons (1.4.1) eventmachine (1.2.7) - json (2.1.0) - mustermann (1.0.2) - nio4r (2.5.8) - puma (5.4.0) + json (2.6.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) + nio4r (2.5.9) + puma (6.3.0) nio4r (~> 2.0) - puma-daemon (0.1.2) + puma-daemon (0.3.0) puma (>= 5.0) rack - rack (2.0.5) - rack-protection (2.0.3) + rack (2.2.7) + rack-protection (3.0.6) rack - redcarpet (3.4.0) - sinatra (2.0.3) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.3) + redcarpet (3.6.0) + ruby2_keywords (0.0.5) + sinatra (3.0.6) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.6) tilt (~> 2.0) sinatra-partial (1.0.1) sinatra (>= 1.4) - thin (1.7.2) + thin (1.8.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.8) + tilt (2.2.0) PLATFORMS ruby @@ -41,4 +43,4 @@ DEPENDENCIES thin BUNDLED WITH - 2.2.24 + 2.4.6 |