summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2018-07-11 22:10:21 -0400
committerAlec Warner <antarus@gentoo.org>2018-07-11 22:10:21 -0400
commitf87478c32c47fe67d9052c09e138ed8b9424d928 (patch)
tree5f16eddde4b254d8291c5b764abc4c3aed35f643
parentSentence case missing sentence case. (diff)
downloadinfra-status-f87478c32c47fe67d9052c09e138ed8b9424d928.tar.gz
infra-status-f87478c32c47fe67d9052c09e138ed8b9424d928.tar.bz2
infra-status-f87478c32c47fe67d9052c09e138ed8b9424d928.zip
Update Gemfile for security purposes.
-rw-r--r--Gemfile.lock35
1 files changed, 20 insertions, 15 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 9e0122f..e40632d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,24 +1,26 @@
GEM
remote: https://rubygems.org/
specs:
- daemons (1.2.3)
- eventmachine (1.0.8)
- json (1.8.3)
- rack (1.6.4)
- rack-protection (1.5.3)
+ 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)
rack
- redcarpet (3.3.3)
- sinatra (1.4.6)
- rack (~> 1.4)
- rack-protection (~> 1.4)
- tilt (>= 1.3, < 3)
- sinatra-partial (0.4.0)
- sinatra
- thin (1.6.4)
+ redcarpet (3.4.0)
+ sinatra (2.0.3)
+ mustermann (~> 1.0)
+ rack (~> 2.0)
+ rack-protection (= 2.0.3)
+ 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.0)
- tilt (2.0.1)
+ rack (>= 1, < 3)
+ tilt (2.0.8)
PLATFORMS
ruby
@@ -29,3 +31,6 @@ DEPENDENCIES
sinatra
sinatra-partial
thin
+
+BUNDLED WITH
+ 1.16.1