From 9c6857b8aae9ac3c743cae6cb92ba13772ae8ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 20:32:30 +0000 Subject: [PATCH] chore(deps): bump rack in /6006/ps3/circuit2/visualizer Bumps [rack](https://github.com/rack/rack) from 1.3.3 to 1.6.11. - [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.3.3...1.6.11) Signed-off-by: dependabot[bot] --- 6006/ps3/circuit2/visualizer/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/6006/ps3/circuit2/visualizer/Gemfile.lock b/6006/ps3/circuit2/visualizer/Gemfile.lock index 315ab20..e7e01dd 100644 --- a/6006/ps3/circuit2/visualizer/Gemfile.lock +++ b/6006/ps3/circuit2/visualizer/Gemfile.lock @@ -10,14 +10,14 @@ GEM multi_json (~> 1.0) libv8 (3.3.10.2) multi_json (1.0.3) - rack (1.3.3) + rack (1.6.11) rake (0.9.2) sass (3.1.7) shotgun (0.9) rack (>= 1.0) sinatra (1.2.6) rack (~> 1.1) - tilt (< 2.0, >= 1.2.2) + tilt (>= 1.2.2, < 2.0) therubyracer (0.9.4) libv8 (~> 3.3.10) tilt (1.3.3)