From d308b71df2379dee5c35bbe18b49a2cd257dc7fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 20:51:44 +0000 Subject: [PATCH] Bump sprockets from 1.0.2 to 2.12.5 Bumps [sprockets](https://github.com/rails/sprockets) from 1.0.2 to 2.12.5. - [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/1.0.2...v2.12.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d2a05fd..f23b4c7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'http://rubygems.org' -gem 'sprockets', '~>1.0.2' +gem 'sprockets', '~>2.12.5' gem 'rake', '~> 10.4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 8db6655..e3088f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,20 @@ GEM remote: http://rubygems.org/ specs: + hike (1.2.3) + multi_json (1.14.1) + rack (1.6.11) rake (10.4.2) - sprockets (1.0.2) + sprockets (2.12.5) + hike (~> 1.2) + multi_json (~> 1.0) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + tilt (1.4.1) PLATFORMS ruby DEPENDENCIES rake (~> 10.4.2) - sprockets (~> 1.0.2) + sprockets (~> 2.12.5)