summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-03-14 12:03:58 +0100
committerAlex Legler <alex@a3li.li>2015-03-14 12:03:58 +0100
commitd44b40496f214ad7e9e10061464aecbc1519c6ce (patch)
tree613809aa35e6f73c9f4c792aaf70e2be67970bd5 /Gemfile.lock
parentAdd GLSA data (diff)
downloadsecurity-d44b40496f214ad7e9e10061464aecbc1519c6ce.tar.gz
security-d44b40496f214ad7e9e10061464aecbc1519c6ce.tar.bz2
security-d44b40496f214ad7e9e10061464aecbc1519c6ce.zip
MVP of security.gentoo.org
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock41
1 files changed, 41 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..192e498
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,41 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ crass (1.0.1)
+ daemons (1.1.9)
+ eventmachine (1.0.4)
+ json (1.8.2)
+ mini_portile (0.6.2)
+ nokogiri (1.6.6.2)
+ mini_portile (~> 0.6.0)
+ nokogumbo (1.2.0)
+ nokogiri
+ rack (1.6.0)
+ rack-protection (1.5.3)
+ rack
+ sanitize (3.1.1)
+ crass (~> 1.0.1)
+ nokogiri (>= 1.4.4)
+ nokogumbo (= 1.2.0)
+ 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)
+ daemons (~> 1.0, >= 1.0.9)
+ eventmachine (~> 1.0)
+ rack (~> 1.0)
+ tilt (1.4.1)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ json
+ nokogiri
+ sanitize
+ sinatra
+ sinatra-partial
+ thin