From 5a68d2ae48d02abe7074478aca0011585f41a447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 14:55:29 +0000 Subject: [PATCH] Bump sprockets from 2.11.0 to 2.12.5 Bumps [sprockets](https://github.com/rails/sprockets) from 2.11.0 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/v2.11.0...v2.12.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 21156a7..baae425 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '2.0.0' gem 'rails', '4.0.8' gem 'bootstrap-sass', '2.3.2.0' -gem 'sprockets', '2.11.0' +gem 'sprockets', '2.12.5' gem 'bcrypt-ruby', '3.1.2' gem 'faker', '1.1.2' gem 'will_paginate', '3.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index c2544d0..2e670e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM mime-types (1.25.1) mini_portile (0.6.0) minitest (4.7.5) - multi_json (1.10.1) + multi_json (1.14.1) multi_test (0.1.1) nokogiri (1.6.2.1) mini_portile (= 0.6.0) @@ -124,7 +124,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (1.5.2) + rack (1.5.5) rack-test (0.6.2) rack (>= 1.0) rails (4.0.8) @@ -185,7 +185,7 @@ GEM spork-rails (4.0.0) rails (>= 3.0.0, < 5) spork (>= 1.0rc0) - sprockets (2.11.0) + sprockets (2.12.5) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) @@ -240,7 +240,7 @@ DEPENDENCIES sdoc (= 0.3.20) selenium-webdriver (= 2.35.1) spork-rails (= 4.0.0) - sprockets (= 2.11.0) + sprockets (= 2.12.5) sqlite3 (= 1.3.8) turbolinks (= 1.1.1) uglifier (= 2.1.1)