From 1eb0d3bbab0523ef71ebdb64b833b22557faa67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wilk?= Date: Thu, 27 Jan 2011 00:32:03 +0100 Subject: [PATCH] Depends on the version 0.2.x of i18n-inflector-rails which has some improvements --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fc4636269..9141944c4 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'haml' gem 'will_paginate', '3.0.pre2' #Inflected translations -gem 'i18n-inflector-rails', '~> 0.1' +gem 'i18n-inflector-rails', '~> 0.2' #Uncatagorized gem 'roxml', :git => 'git://github.com/Empact/roxml.git'