summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2022-05-28 21:23:39 -0500
committerJohn Helmert III <ajak@gentoo.org>2022-05-28 21:23:39 -0500
commit1b3290792938ea1b647ee9996450dd79270813d9 (patch)
tree9543d5330a174283ccc1240abeb446d4efee629b
parentMigrate to Tyrian v2 (diff)
downloadsecurity-1b3290792938ea1b647ee9996450dd79270813d9.tar.gz
security-1b3290792938ea1b647ee9996450dd79270813d9.tar.bz2
security-1b3290792938ea1b647ee9996450dd79270813d9.zip
Update Gemfile.lock20220529T023639Z
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--Gemfile.lock46
1 files changed, 26 insertions, 20 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 39b4096..5a3c210 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -10,31 +10,37 @@ GIT
GEM
remote: https://rubygems.org/
specs:
- crass (1.0.2)
- daemons (1.2.1)
- eventmachine (1.0.7)
- json (1.8.6)
- mini_portile (0.6.2)
- nokogiri (1.6.6.2)
- mini_portile (~> 0.6.0)
- rack (1.6.0)
- rack-protection (1.5.3)
+ crass (1.0.6)
+ daemons (1.4.1)
+ eventmachine (1.2.7)
+ json (2.6.2)
+ mini_portile2 (2.8.0)
+ mustermann (1.1.1)
+ ruby2_keywords (~> 0.0.1)
+ nokogiri (1.13.6)
+ mini_portile2 (~> 2.8.0)
+ racc (~> 1.4)
+ racc (1.6.0)
+ rack (2.2.3.1)
+ rack-protection (2.2.0)
rack
+ ruby2_keywords (0.0.5)
sanitize (4.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4.1)
- sinatra (1.4.5)
- rack (~> 1.4)
- rack-protection (~> 1.4)
- tilt (~> 1.3, >= 1.3.4)
- sinatra-partial (0.4.0)
- sinatra
- thin (1.6.3)
+ sinatra (2.2.0)
+ mustermann (~> 1.0)
+ rack (~> 2.2)
+ rack-protection (= 2.2.0)
+ tilt (~> 2.0)
+ sinatra-partial (1.0.1)
+ sinatra (>= 1.4)
+ thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
- eventmachine (~> 1.0)
- rack (~> 1.0)
- tilt (1.4.1)
+ eventmachine (~> 1.0, >= 1.0.4)
+ rack (>= 1, < 3)
+ tilt (2.0.10)
PLATFORMS
ruby
@@ -49,4 +55,4 @@ DEPENDENCIES
thin
BUNDLED WITH
- 1.17.3
+ 2.3.8