From ce0617c74fe094988cd2a58fb505621ecadf42df Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 6 Jun 2018 15:23:49 +0530 Subject: [PATCH] Update sinatra --- Gemfile | 4 ++-- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 5140b60..096cd31 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ source 'https://rubygems.org' gem 'nokogiri', '~> 1.8' gem 'octokit', '~> 4.0' gem 'redis', '~> 4.0' -gem 'sinatra', '~> 2.0' +gem 'sinatra', '~> 2.0.2' gem 'sinatra-contrib', '~> 2.0' -gem 'dotenv' +gem 'dotenv', '~> 2.4' diff --git a/Gemfile.lock b/Gemfile.lock index 77671d3..ef9a59c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - backports (3.11.3) + backports (2.8.2) dotenv (2.4.0) faraday (0.15.2) multipart-post (>= 1.2, < 3) @@ -17,23 +17,23 @@ GEM sawyer (~> 0.8.0, >= 0.5.3) public_suffix (3.0.2) rack (2.0.5) - rack-protection (2.0.1) + rack-protection (2.0.2) rack redis (4.0.1) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) - sinatra (2.0.1) + sinatra (2.0.2) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.1) + rack-protection (= 2.0.2) tilt (~> 2.0) - sinatra-contrib (2.0.1) - backports (>= 2.0) + sinatra-contrib (2.0.2) + backports (~> 2.8.2) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.1) - sinatra (= 2.0.1) + rack-protection (= 2.0.2) + sinatra (= 2.0.2) tilt (>= 1.3, < 3) tilt (2.0.8) @@ -41,11 +41,11 @@ PLATFORMS ruby DEPENDENCIES - dotenv + dotenv (~> 2.4) nokogiri (~> 1.8) octokit (~> 4.0) redis (~> 4.0) - sinatra (~> 2.0) + sinatra (~> 2.0.2) sinatra-contrib (~> 2.0) BUNDLED WITH