From f462780a04ef9fa144ff37176d19107f42ba34f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 17:42:22 +0000 Subject: [PATCH] Bump rack from 1.6.12 to 2.1.4.1 Bumps [rack](https://github.com/rack/rack) from 1.6.12 to 2.1.4.1. - [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.6.12...2.1.4.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2961002..afef0a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,18 @@ GIT - remote: git://github.com/rails/sprockets.git - revision: 44a829ea5def98acbbc2dab70f5d77459b7555d0 + remote: https://github.com/rails/sprockets.git + revision: 0f3e0e93dabafa8f3027e8036e40fd08902688c8 specs: - sprockets (4.0.0) - rack (~> 1.0) + sprockets (4.0.3) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) GEM remote: https://rubygems.org/ specs: + concurrent-ruby (1.1.10) execjs (2.5.2) json (1.8.3) - rack (1.6.12) + rack (2.1.4.1) sass (3.4.16) uglifier (2.7.1) execjs (>= 0.3.0)