From 46b30275ed2e4ebe04b3ae242441700473366000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Fri, 15 Jun 2012 13:52:05 +0300 Subject: [PATCH] Refinery I18n won't be optional in 2.1.x. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index bf381c63..a96c655d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ gemspec gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git' gem 'refinerycms-settings', :git => 'git://github.com/parndt/refinerycms-settings.git' +gem 'refinerycms-i18n', :git => 'git://github.com/parndt/refinerycms-i18n.git' group :development, :test do gem 'refinerycms-testing', :git => 'git://github.com/resolve/refinerycms.git'