From 960e2f5f1da9cf791ced0b52ccf7548fdcacae42 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Thu, 13 Mar 2014 11:55:28 +0100 Subject: [PATCH] Bump Sprockets backport to 2.2.2.backport2 Although undocumented, the latest backport should provide feature/fix parity with 2.10.0. Namely it should support `bower.json` in addition to deprecated `component.json` manifests. https://gist.github.com/myabc/9526121#file-gistfile1-diff-L129 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d634489a0a..12f1d0937e 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ end source 'https://rubygems.org' gem "rails", "~> 3.2.17" -gem "sprockets", "2.2.2.backport1" +gem "sprockets", "2.2.2.backport2" gem "coderay", "~> 1.0.5" gem "rubytree", "~> 0.8.3" diff --git a/Gemfile.lock b/Gemfile.lock index 91c8f8c418..8cb641c3a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,7 +348,7 @@ GEM simplecov-html (~> 0.7.1) simplecov-html (0.7.1) slop (3.4.6) - sprockets (2.2.2.backport1) + sprockets (2.2.2.backport2) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) @@ -470,7 +470,7 @@ DEPENDENCIES shoulda shoulda-matchers simplecov (>= 0.8.pre) - sprockets (= 2.2.2.backport1) + sprockets (= 2.2.2.backport2) sqlite3 strong_parameters svg-graph