From c759f7be7b0ea1bb3483436d5141066deba66010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 04:55:32 +0000 Subject: [PATCH] Bump rack from 2.0.9 to 2.1.4 Bumps [rack](https://github.com/rack/rack) from 2.0.9 to 2.1.4. - [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/2.0.9...2.1.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 57b9c53..c5bb4db 100644 --- a/Gemfile +++ b/Gemfile @@ -12,5 +12,5 @@ gem 'rouge', '~> 2.0.5' gem 'redcarpet', '~> 3.4.0' gem 'nokogiri', '~> 1.10.8' gem 'haml', '~> 5.0.0' -gem 'rack', '~> 2.0.8' +gem 'rack', '~> 2.1.4' diff --git a/Gemfile.lock b/Gemfile.lock index d9331da..ca7ec5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,6 +24,7 @@ GEM execjs (2.7.0) fast_blank (1.0.0) fastimage (2.1.7) + ffi (1.12.2) ffi (1.12.2-x64-mingw32) haml (5.0.4) temple (>= 0.8.0) @@ -81,6 +82,8 @@ GEM rouge (~> 2.0) mini_portile2 (2.4.0) minitest (5.14.0) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) nokogiri (1.10.9-x64-mingw32) mini_portile2 (~> 2.4.0) padrino-helpers (0.13.3.4) @@ -91,7 +94,7 @@ GEM activesupport (>= 3.1) parallel (1.19.1) public_suffix (4.0.5) - rack (2.0.9) + rack (2.1.4) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -112,6 +115,7 @@ GEM execjs (>= 0.3.0, < 3) PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -121,7 +125,7 @@ DEPENDENCIES middleman-sprockets (~> 4.1.0) middleman-syntax (~> 3.0.0) nokogiri (~> 1.10.8) - rack (~> 2.0.8) + rack (~> 2.1.4) redcarpet (~> 3.4.0) rouge (~> 2.0.5)