Refinery::I18n won't be optional in 2.1.x.

This commit is contained in:
Uģis Ozols 2012-06-06 12:01:09 +03:00
parent 81dd47e649
commit 91114fd837

View file

@ -3,6 +3,7 @@ source "http://rubygems.org"
gemspec
gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'
gem 'refinerycms-i18n', :git => 'git://github.com/parndt/refinerycms-i18n.git'
gem 'refinerycms-settings', :git => 'git://github.com/parndt/refinerycms-settings.git'
group :development, :test do