diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-02-23 21:48:37 +0200 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-02-23 21:48:37 +0200 |
commit | bd2bcc0f2a3c8ff15bce5487a779dba7306bde07 (patch) | |
tree | fa73f4984fd50015c6e36dd11dd703402e34a43d /Gemfile | |
parent | 98f8d3f51529845a76b2ade37f1a1ca7ba8e2c62 (diff) | |
download | refinerycms-blog-bd2bcc0f2a3c8ff15bce5487a779dba7306bde07.tar.gz refinerycms-blog-bd2bcc0f2a3c8ff15bce5487a779dba7306bde07.tar.bz2 refinerycms-blog-bd2bcc0f2a3c8ff15bce5487a779dba7306bde07.zip |
Add Refinery::Setting dependency.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ git 'git://github.com/resolve/refinerycms.git' do end end +gem 'refinerycms-settings', :git => 'git://github.com/parndt/refinerycms-settings.git' + group :development, :test do require 'rbconfig' |