From 0ed76004877b85b55fb69c530f54c4eea19ab3e5 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 6 May 2017 04:52:40 -0500 Subject: [PATCH] Update gems --- Gemfile.lock | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 23e46db..f6afc63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,37 +1,34 @@ GEM remote: https://rubygems.org/ specs: - backports (3.6.4) - dotenv (1.0.2) - foreman (0.77.0) - dotenv (~> 1.0.2) + backports (3.8.0) + foreman (0.84.0) thor (~> 0.19.1) - kgio (2.9.3) - multi_json (1.10.1) - rack (1.6.0) + kgio (2.11.0) + multi_json (1.12.1) + rack (1.6.5) rack-protection (1.5.3) rack rack-test (0.6.3) rack (>= 1.0) - raindrops (0.13.0) - sinatra (1.4.5) - rack (~> 1.4) + raindrops (0.18.0) + sinatra (1.4.8) + rack (~> 1.5) rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) - sinatra-contrib (1.4.2) + tilt (>= 1.3, < 3) + sinatra-contrib (1.4.7) backports (>= 2.0) multi_json rack-protection rack-test sinatra (~> 1.4.0) - tilt (~> 1.3) - thor (0.19.1) - tilt (1.4.1) - unicorn (4.8.3) + tilt (>= 1.3, < 3) + thor (0.19.4) + tilt (2.0.7) + unicorn (5.3.0) kgio (~> 2.6) - rack raindrops (~> 0.7) - yajl-ruby (1.2.1) + yajl-ruby (1.3.0) PLATFORMS ruby @@ -42,3 +39,6 @@ DEPENDENCIES sinatra-contrib unicorn yajl-ruby + +BUNDLED WITH + 1.14.6 -- 2.42.0