From 3065e1bf212645b63cb8695f9888be77b4a883a4 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 31 Jan 2016 20:45:40 +0100 Subject: [PATCH] Bump sinatra --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e1a27f3ed..4acc1a70d 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha" # Background processing gem "sidekiq", "3.4.2" -gem "sinatra", "1.4.6" +gem "sinatra", "1.4.7" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index a90ec7472..13089c56c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -694,8 +694,8 @@ GEM json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) - sinatra (1.4.6) - rack (~> 1.4) + sinatra (1.4.7) + rack (~> 1.5) rack-protection (~> 1.4) tilt (>= 1.3, < 3) sinon-rails (1.15.0) @@ -885,7 +885,7 @@ DEPENDENCIES sidetiq (= 0.6.3) simple_captcha2 (= 0.4.0) simplecov (= 0.11.1) - sinatra (= 1.4.6) + sinatra (= 1.4.7) sinon-rails (= 1.15.0) spring (= 1.6.1) spring-commands-cucumber (= 1.0.1)