From e3d9ef33716a22ce278cfe5caacaf5751a1a881b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 05:19:03 +0000 Subject: [PATCH] Bump rack from 1.2.4 to 1.6.12 in /caldecott_helper Bumps [rack](https://github.com/rack/rack) from 1.2.4 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.2.4...1.6.12) Signed-off-by: dependabot[bot] --- caldecott_helper/Gemfile | 2 +- caldecott_helper/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/caldecott_helper/Gemfile b/caldecott_helper/Gemfile index ccabb3d..9e760e9 100644 --- a/caldecott_helper/Gemfile +++ b/caldecott_helper/Gemfile @@ -1,6 +1,6 @@ source "http://rubygems.org" -gem 'rack', '~> 1.2.0' +gem 'rack', '~> 1.6.12' gem 'caldecott', '= 0.0.3' gem 'bundler' gem 'em-websocket' diff --git a/caldecott_helper/Gemfile.lock b/caldecott_helper/Gemfile.lock index 4d6c777..91a9d5e 100644 --- a/caldecott_helper/Gemfile.lock +++ b/caldecott_helper/Gemfile.lock @@ -23,7 +23,7 @@ GEM escape_utils (0.2.4) eventmachine (0.12.10) json (1.6.1) - rack (1.2.4) + rack (1.6.12) sinatra (1.2.7) rack (~> 1.1) tilt (>= 1.2.2, < 2.0) @@ -43,6 +43,6 @@ DEPENDENCIES caldecott (= 0.0.3) em-websocket json - rack (~> 1.2.0) + rack (~> 1.6.12) thin uuidtools