diff options
author | Alex Legler <alex@a3li.li> | 2015-03-14 12:03:58 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-14 12:03:58 +0100 |
commit | d44b40496f214ad7e9e10061464aecbc1519c6ce (patch) | |
tree | 613809aa35e6f73c9f4c792aaf70e2be67970bd5 /Gemfile | |
parent | Add GLSA data (diff) | |
download | security-d44b40496f214ad7e9e10061464aecbc1519c6ce.tar.gz security-d44b40496f214ad7e9e10061464aecbc1519c6ce.tar.bz2 security-d44b40496f214ad7e9e10061464aecbc1519c6ce.zip |
MVP of security.gentoo.org
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +source 'https://rubygems.org' + +gem 'sinatra' +gem 'sinatra-partial' +gem 'json' +gem 'nokogiri' +gem 'thin' +gem 'sanitize'
\ No newline at end of file |