From 219ff968c8fd4cbbcb2e060c66fa087fc83dee31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 17:45:52 +0000 Subject: [PATCH] Bump sprockets from 3.2.0 to 3.7.2 Bumps [sprockets](https://github.com/rails/sprockets) from 3.2.0 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.2.0...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 52efcdb..05927bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,6 +45,7 @@ GEM tzinfo (~> 1.1) arel (6.0.2) builder (3.2.2) + concurrent-ruby (1.1.5) diff-lcs (1.2.5) docile (1.1.5) erubis (2.7.0) @@ -62,7 +63,7 @@ GEM minitest (5.7.0) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) - rack (1.6.4) + rack (1.6.12) rack-test (0.6.3) rack (>= 1.0) rails (4.2.3) @@ -111,8 +112,9 @@ GEM simplecov-html (0.10.0) simplecov-rcov (0.2.3) simplecov (>= 0.4.1) - sprockets (3.2.0) - rack (~> 1.0) + sprockets (3.7.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) sprockets-rails (2.3.2) actionpack (>= 3.0) activesupport (>= 3.0)