From eae3be8b8528dfe923a38b62ea4fb8acad5be653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 05:35:57 +0000 Subject: [PATCH] Bump sprockets from 2.12.2 to 3.7.2 Bumps [sprockets](https://github.com/rails/sprockets) from 2.12.2 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/v2.12.2...v3.7.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2a10cea..bc739fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,17 +37,16 @@ GEM tzinfo (~> 1.1) arel (5.0.1.20140414130214) builder (3.2.2) + concurrent-ruby (1.1.5) erubis (2.7.0) - hike (1.2.3) i18n (0.6.11) json (1.8.1) mail (2.6.1) mime-types (>= 1.16, < 3) mime-types (2.4.1) minitest (5.4.2) - multi_json (1.10.1) orm_adapter (0.5.0) - rack (1.5.2) + rack (1.5.5) rack-test (0.6.2) rack (>= 1.0) rails (4.1.6) @@ -66,11 +65,9 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.3.2) - sprockets (2.12.2) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) + sprockets (3.7.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) sprockets-rails (2.2.0) actionpack (>= 3.0) activesupport (>= 3.0) @@ -78,7 +75,6 @@ GEM sqlite3 (1.3.9) thor (0.19.1) thread_safe (0.3.4) - tilt (1.4.1) tzinfo (1.2.2) thread_safe (~> 0.1) warden (1.2.3)