From 507d9d7e9b02bf579e2e09fc7ca5a2b0850c2939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 16:52:04 +0000 Subject: [PATCH] Bump sprockets from 2.12.1 to 3.7.2 Bumps [sprockets](https://github.com/rails/sprockets) from 2.12.1 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.1...v3.7.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e83c4d8..da027a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,8 +40,9 @@ GEM binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) bson (2.3.0) - builder (3.2.2) + builder (3.2.3) coderay (1.1.0) + concurrent-ruby (1.1.5) connection_pool (2.0.0) debug_inspector (0.0.2) delayed_job (4.0.3) @@ -51,10 +52,10 @@ GEM mongoid (>= 3.0, < 5) docile (1.1.5) erubis (2.7.0) - hike (1.2.3) - i18n (0.6.11) + i18n (0.9.5) + concurrent-ruby (~> 1.0) interception (0.5) - json (1.8.1) + json (1.8.6) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) @@ -70,7 +71,7 @@ GEM bson (~> 2.2) connection_pool (~> 2.0) optionable (~> 0.2.0) - multi_json (1.10.1) + multi_json (1.14.1) optionable (0.2.0) origin (2.1.1) polyglot (0.3.5) @@ -86,8 +87,8 @@ GEM pry-stack_explorer (0.4.9.1) binding_of_caller (>= 0.7) pry (>= 0.9.11) - rack (1.5.2) - rack-test (0.6.2) + rack (1.5.5) + rack-test (0.6.3) rack (>= 1.0) rails (4.1.5) actionmailer (= 4.1.5) @@ -112,22 +113,19 @@ GEM simplecov-html (~> 0.8.0) simplecov-html (0.8.0) slop (3.6.0) - sprockets (2.12.1) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - sprockets-rails (2.1.3) + sprockets (3.7.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (2.3.3) actionpack (>= 3.0) activesupport (>= 3.0) - sprockets (~> 2.8) + sprockets (>= 2.8, < 4.0) thor (0.19.1) - thread_safe (0.3.4) - tilt (1.4.1) + thread_safe (0.3.6) treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (1.2.2) + tzinfo (1.2.5) thread_safe (~> 0.1) PLATFORMS