From ddea05c5546b0ea1f03959683cc75447432e14e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Dec 2017 07:17:54 +0000 Subject: [PATCH] chore(dependencies): Bump rack-contrib from 1.8.0 to 2.0.0 Bumps [rack-contrib](https://github.com/rack/rack-contrib) from 1.8.0 to 2.0.0. - [Release notes](https://github.com/rack/rack-contrib/releases/tag/v2.0.0) - [Changelog](https://github.com/rack/rack-contrib/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack-contrib/compare/v1.8.0...v2.0.0) --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 6edec24..51cbf07 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'middleman-livereload', '~> 3.4', '>= 3.4.6' gem 'middleman-autoprefixer', '~> 2.8' # Rack Middleware and Utilities -gem 'rack-contrib', '~> 1.5' +gem 'rack-contrib', '~> 2.0' # For faster file watcher updates on Windows: gem 'wdm', '0.1.1', platforms: [:mswin, :mingw] diff --git a/Gemfile.lock b/Gemfile.lock index e4752a0..9929524 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,9 +98,9 @@ GEM parallel (1.12.0) public_suffix (3.0.1) puma (3.11.0) - rack (1.6.8) - rack-contrib (1.8.0) - rack (~> 1.4) + rack (2.0.3) + rack-contrib (2.0.0) + rack (~> 2.0) rack-livereload (0.3.16) rack rb-fsevent (0.10.2) @@ -136,7 +136,7 @@ DEPENDENCIES middleman-sprockets (~> 4.1) middleman-syntax (= 3.0.0) puma (~> 3.11) - rack-contrib (~> 1.5) + rack-contrib (~> 2.0) redcarpet (= 3.4.0) slim (~> 3.0, >= 3.0.8) tzinfo-data