From 076c750d33e596ecc55402106c18545f30121f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 16:11:00 +0000 Subject: [PATCH] Bump rack from 1.4.5 to 1.6.12 Bumps [rack](https://github.com/rack/rack) from 1.4.5 to 1.6.12. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.4.5...1.6.12) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 50b717c..6d34999 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org/" # PRODUCTION: bundle install --deployment --without dev gem 'addressable', '2.2.6' -gem 'rack', '1.4.5' +gem 'rack', '1.6.12' gem 'yajl-ruby', '1.1.0' gem 'thin', '1.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5039637..a308382 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM addressable (>= 2.2.6) rack (>= 1.2.1) polyglot (0.3.5) - rack (1.4.5) + rack (1.6.12) redis (2.2.2) redis-dump (0.3.2) drydock (>= 0.6.9) @@ -99,7 +99,7 @@ DEPENDENCIES mail (= 2.5.4) mustache (= 0.99.3) otto (= 0.4.1) - rack (= 1.4.5) + rack (= 1.6.12) redis (= 2.2.2) redis-dump (= 0.3.2) rudy (= 0.9.8.020)