From 966e5106e8b6e449e20f49b23df73127db62ec1d Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Thu, 14 Jun 2018 12:02:50 -0700 Subject: [PATCH] ugprade to sinatra 2.0.3 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 3f6d4d37..04e1c477 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'sinatra', '2.0.1' +gem 'sinatra', '2.0.3' gem 'redis' gem 'redis-namespace' gem 'sequel' diff --git a/Gemfile.lock b/Gemfile.lock index 2301723d..4e31a781 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,10 +175,10 @@ GEM pry (~> 0.10) public_suffix (3.0.1) puma (3.11.0) - rack (2.0.4) + rack (2.0.5) rack-cache (1.7.1) rack (>= 0.4) - rack-protection (2.0.1) + rack-protection (2.0.3) rack rack-test (0.8.2) rack (>= 1.0, < 3) @@ -234,10 +234,10 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) simpleidn (0.0.9) - sinatra (2.0.1) + sinatra (2.0.3) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.1) + rack-protection (= 2.0.3) tilt (~> 2.0) sinatra-flash (0.3.0) sinatra (>= 1.0.0) @@ -346,7 +346,7 @@ DEPENDENCIES sidekiq (~> 4.1.2) simplecov simpleidn - sinatra (= 2.0.1) + sinatra (= 2.0.3) sinatra-flash sinatra-xsendfile stripe (= 1.15.0)