From 5d39f47c4b2607922094271d1148d5794582fc59 Mon Sep 17 00:00:00 2001 From: Wouter D'Haeseleer Date: Tue, 19 Jun 2012 22:24:07 +0200 Subject: [PATCH] Update to the latst grit The latest grit includes a patch for performance improvements. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1ad765e4..3d6eeb46 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "devise", "~> 1.5" gem "stamp" gem "kaminari" gem "haml-rails" -gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "9536f306645f2d6b1f993ae02d3a29893ba8881f" +gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git", :ref => "9b715ca8bab6529f6c92204a25f84d12f25a6eb0" gem "carrierwave" gem "six"