From 15f9951909e6c1d38feade99c9c845dcf82ddd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 01:45:10 +0000 Subject: [PATCH] Bump sprockets from 3.0.3 to 3.7.2 Bumps [sprockets](https://github.com/rails/sprockets) from 3.0.3 to 3.7.2. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/v3.7.2/CHANGELOG.md) - [Commits](https://github.com/rails/sprockets/compare/v3.0.3...v3.7.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fefa97ac9..94c8e0268 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,6 +62,7 @@ GEM net-ssh (>= 2.0.14) net-ssh-gateway (>= 1.1.0) coderay (1.1.0) + concurrent-ruby (1.1.7) crack (0.4.2) safe_yaml (~> 1.0.0) debug_inspector (0.0.2) @@ -126,7 +127,7 @@ GEM coderay (~> 1.0) method_source (~> 0.8) slop (~> 3.4) - rack (1.6.2) + rack (1.6.13) rack-contrib (1.1.0) rack (>= 0.9.1) rack-protection (1.5.2) @@ -209,8 +210,9 @@ GEM tilt (~> 1.3, >= 1.3.4) slack-notifier (1.0.0) slop (3.6.0) - sprockets (3.0.3) - rack (~> 1.0) + sprockets (3.7.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) sprockets-rails (2.2.4) actionpack (>= 3.0) activesupport (>= 3.0)