From fb6ee29f430fd327edb62fe21f87fa3768a558d3 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 27 Aug 2012 21:40:20 +0200 Subject: [PATCH] Move to forked cache_digests for ruby 1.8.7 compatibility I like to be able to run 2.2 on 1.8.7 --- Gemfile | 2 +- Gemfile.lock | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a4ef728f..e07b752b 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "aasm" gem "htmlentities" gem "swf_fu" gem "rails_autolink" -gem "cache_digests" #, :git => 'git://github.com/rails/cache_digests.git' +gem "cache_digests", :git => 'git://github.com/lrbalt/cache_digests.git' gem "rack-mini-profiler" # Gems used only for assets and not required diff --git a/Gemfile.lock b/Gemfile.lock index 6cb65922..0ac49a10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: git://github.com/lrbalt/cache_digests.git + revision: 8469c4153c84c0d918b01daccaa1e69747e93e89 + specs: + cache_digests (0.1.0) + actionpack (>= 3.2) + GEM remote: https://rubygems.org/ specs: @@ -43,8 +50,6 @@ GEM builder (3.0.0) bullet (4.1.6) uniform_notifier (~> 1.0.0) - cache_digests (0.1.0) - actionpack (>= 3.2) capybara (1.1.2) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -201,7 +206,7 @@ DEPENDENCIES aruba bcrypt-ruby bullet - cache_digests + cache_digests! capybara coffee-rails cucumber-rails