summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-12-25 19:38:26 +0100
committerAlex Legler <alex@a3li.li>2015-12-25 19:38:26 +0100
commit572a84a64675762ff8749916666e789bf8dcd226 (patch)
tree728ef5eedab86cb428ead515836a869ad0646778
parentSync services.rb.example with current live version (diff)
downloadinfra-status-572a84a64675762ff8749916666e789bf8dcd226.tar.gz
infra-status-572a84a64675762ff8749916666e789bf8dcd226.tar.bz2
infra-status-572a84a64675762ff8749916666e789bf8dcd226.zip
Update dependencies
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock28
2 files changed, 16 insertions, 16 deletions
diff --git a/Gemfile b/Gemfile
index 5d0bbef..40d54fb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'
diff --git a/Gemfile.lock b/Gemfile.lock
index 189d5f9..9e0122f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,24 +1,24 @@
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
- daemons (1.1.9)
- eventmachine (1.0.3)
- json (1.8.0)
- rack (1.5.2)
- rack-protection (1.5.1)
+ daemons (1.2.3)
+ eventmachine (1.0.8)
+ json (1.8.3)
+ rack (1.6.4)
+ rack-protection (1.5.3)
rack
- redcarpet (3.0.0)
- sinatra (1.4.4)
+ redcarpet (3.3.3)
+ sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
- tilt (~> 1.3, >= 1.3.4)
+ tilt (>= 1.3, < 3)
sinatra-partial (0.4.0)
sinatra
- thin (1.6.0)
- daemons (>= 1.0.9)
- eventmachine (>= 1.0.0)
- rack (>= 1.5.0)
- tilt (1.4.1)
+ thin (1.6.4)
+ daemons (~> 1.0, >= 1.0.9)
+ eventmachine (~> 1.0, >= 1.0.4)
+ rack (~> 1.0)
+ tilt (2.0.1)
PLATFORMS
ruby