From 3df4802c0d747fb4d93d8976155c07962ba71d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 21:26:06 +0000 Subject: [PATCH] Bump rack from 1.1.0 to 1.1.6 Bumps [rack](https://github.com/rack/rack) from 1.1.0 to 1.1.6. - [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.1...1.1.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 53709b4..cc0e21d 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'htmlentities', '4.0.0' gem 'image_science', '1.2.1' gem 'loofah', '0.4.7' gem 'nokogiri', '1.4.3.1' -gem 'rack', '1.1.0' +gem 'rack', '1.1.6' gem 'rails', '2.3.8' gem 'rake', '0.8.7' gem 'rmagick', '2.13.1' diff --git a/Gemfile.lock b/Gemfile.lock index 677fea9..26c339e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM gem_plugin (>= 0.2.3) nokogiri (1.4.3.1) pg (0.9.0) - rack (1.1.0) + rack (1.1.6) rails (2.3.8) actionmailer (= 2.3.8) actionpack (= 2.3.8) @@ -82,7 +82,7 @@ DEPENDENCIES mongrel (= 1.1.5) nokogiri (= 1.4.3.1) pg (= 0.9.0) - rack (= 1.1.0) + rack (= 1.1.6) rails (= 2.3.8) rake (= 0.8.7) rmagick (= 2.13.1)