From 076faaf89198c3730b466f26c9894f2a470da8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:10:01 +0000 Subject: [PATCH] Bump rack from 1.3.3 to 1.6.13 in /circuit2/visualizer Bumps [rack](https://github.com/rack/rack) from 1.3.3 to 1.6.13. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.3.3...1.6.13) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- circuit2/visualizer/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 circuit2/visualizer/Gemfile.lock diff --git a/circuit2/visualizer/Gemfile.lock b/circuit2/visualizer/Gemfile.lock old mode 100755 new mode 100644 index 315ab20..6c634b9 --- a/circuit2/visualizer/Gemfile.lock +++ b/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.13) 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)