From 9add0639a19218866a2bd910943e28eca5fa6400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 21:57:46 +0000 Subject: [PATCH] Bump rack from 1.4.1 to 3.0.4.2 Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 3.0.4.2. - [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.4.1...v3.0.4.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9547291..4d10f49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,32 +1,22 @@ PATH remote: . specs: - handlebars_assets (0.7.1) - execjs (>= 1.2.9) + html_assets (0.0.1) sprockets (>= 2.0.3) tilt GEM remote: http://rubygems.org/ specs: - execjs (1.4.0) - multi_json (~> 1.0) - haml (3.1.7) - hike (1.2.1) - multi_json (1.4.0) - rack (1.4.1) - rake (0.9.2.2) - sprockets (2.8.1) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - tilt (1.3.3) + concurrent-ruby (1.2.2) + rack (3.0.4.2) + sprockets (4.2.0) + concurrent-ruby (~> 1.0) + rack (>= 2.2.4, < 4) + tilt (2.1.0) PLATFORMS ruby DEPENDENCIES - haml - handlebars_assets! - rake + html_assets!