diff options
author | Alex Legler <alex@a3li.li> | 2015-12-25 19:38:26 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-12-25 19:38:26 +0100 |
commit | 572a84a64675762ff8749916666e789bf8dcd226 (patch) | |
tree | 728ef5eedab86cb428ead515836a869ad0646778 /Gemfile | |
parent | Sync services.rb.example with current live version (diff) | |
download | infra-status-572a84a64675762ff8749916666e789bf8dcd226.tar.gz infra-status-572a84a64675762ff8749916666e789bf8dcd226.tar.bz2 infra-status-572a84a64675762ff8749916666e789bf8dcd226.zip |
Update dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' gem 'sinatra' gem 'sinatra-partial' gem 'json' gem 'redcarpet' -gem 'thin'
\ No newline at end of file +gem 'thin' |