From 74d115122b6a3717c777d68a753dd4b1eece8b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 21:36:25 +0000 Subject: [PATCH] Bump rack from 1.6.11 to 1.6.13 Bumps [rack](https://github.com/rack/rack) from 1.6.11 to 1.6.13. - [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.6.11...1.6.13) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 73a2d274..442d1a1b 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem 'kaminari', '~> 1.1.1' # Enforce dependency versions to avoid vulnerabilities gem 'loofah', '~> 2.2.3' -gem 'rack', '~> 1.6.11' +gem 'rack', '~> 1.6.13' group :development, :test do gem 'rb-readline' diff --git a/Gemfile.lock b/Gemfile.lock index c4dd930d..9d9f14bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,7 +190,7 @@ GEM puma (3.12.0) quiet_assets (1.1.0) railties (>= 3.1, < 5.0) - rack (1.6.11) + rack (1.6.13) rack-cors (1.0.2) rack-livereload (0.3.17) rack @@ -376,7 +376,7 @@ DEPENDENCIES pry-byebug puma quiet_assets - rack (~> 1.6.11) + rack (~> 1.6.13) rack-cors rack-livereload rails (= 4.2.11)