From 8af52cbda58153f4afd401cf4771cc58f3f602d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 16:55:17 +0000 Subject: [PATCH] Bump sprockets from 2.1.2 to 4.0.2 Bumps [sprockets](https://github.com/rails/sprockets) from 2.1.2 to 4.0.2. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/sprockets/compare/v2.1.2...v4.0.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0f31e3fb..b81b7186 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,11 +13,11 @@ GEM coffee-script-source execjs coffee-script-source (1.3.3) + concurrent-ruby (1.1.8) diff-lcs (1.2.4) execjs (1.4.0) multi_json (~> 1.0) ffi (1.9.0) - hike (1.2.1) jasmine (1.3.2) jasmine-core (~> 1.3.1) rack (~> 1.0) @@ -30,7 +30,7 @@ GEM coderay (~> 1.0.5) method_source (~> 0.7.1) slop (>= 2.4.4, < 3) - rack (1.4.1) + rack (1.6.13) rake (10.1.0) rspec (2.14.0) rspec-core (~> 2.14.0) @@ -47,11 +47,9 @@ GEM rubyzip (~> 1.0.0) websocket (~> 1.0.4) slop (2.4.4) - sprockets (2.1.2) - hike (~> 1.2) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - tilt (1.3.3) + sprockets (4.0.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) websocket (1.0.7) PLATFORMS