aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-06-06 12:01:09 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2012-06-06 12:01:30 +0300
commit91114fd8370453ef52444ff98f1e06a19af0de08 (patch)
tree4ab4ecf866675658022174f8ba8613a48d6be664 /Gemfile
parent81dd47e6490ca981e4cb541d353cff0e85c03084 (diff)
downloadrefinerycms-blog-91114fd8370453ef52444ff98f1e06a19af0de08.tar.gz
refinerycms-blog-91114fd8370453ef52444ff98f1e06a19af0de08.tar.bz2
refinerycms-blog-91114fd8370453ef52444ff98f1e06a19af0de08.zip
Refinery::I18n won't be optional in 2.1.x.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b705d35..f9da5c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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