diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2021-08-22 22:23:36 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2021-08-22 22:23:36 -0700 |
commit | 6b5e732b2d98263eda5bbb78b7604a54030a892a (patch) | |
tree | 248d9276c8a10060dcaaa8d88dd62b70b54b155d /Gemfile.lock | |
parent | Migrate to Tyrian v2 (diff) | |
download | infra-status-6b5e732b2d98263eda5bbb78b7604a54030a892a.tar.gz infra-status-6b5e732b2d98263eda5bbb78b7604a54030a892a.tar.bz2 infra-status-6b5e732b2d98263eda5bbb78b7604a54030a892a.zip |
try to migrate to puma
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e40632d..9aa3dd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,35 @@ GEM remote: https://rubygems.org/ specs: - daemons (1.2.6) - eventmachine (1.2.7) - json (2.1.0) - mustermann (1.0.2) - rack (2.0.5) - rack-protection (2.0.3) + json (2.5.1) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + nio4r (2.5.8) + puma (5.4.0) + nio4r (~> 2.0) + rack (2.2.3) + rack-protection (2.1.0) rack - redcarpet (3.4.0) - sinatra (2.0.3) + redcarpet (3.5.1) + ruby2_keywords (0.0.5) + sinatra (2.1.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.3) + rack (~> 2.2) + rack-protection (= 2.1.0) tilt (~> 2.0) sinatra-partial (1.0.1) sinatra (>= 1.4) - thin (1.7.2) - daemons (~> 1.0, >= 1.0.9) - eventmachine (~> 1.0, >= 1.0.4) - rack (>= 1, < 3) - tilt (2.0.8) + tilt (2.0.10) PLATFORMS - ruby + x86_64-linux DEPENDENCIES json + puma redcarpet sinatra sinatra-partial - thin BUNDLED WITH - 1.16.1 + 2.2.24 |