aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-02-23 21:48:37 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2012-02-23 21:48:37 +0200
commitbd2bcc0f2a3c8ff15bce5487a779dba7306bde07 (patch)
treefa73f4984fd50015c6e36dd11dd703402e34a43d /Gemfile
parent98f8d3f51529845a76b2ade37f1a1ca7ba8e2c62 (diff)
downloadrefinerycms-blog-bd2bcc0f2a3c8ff15bce5487a779dba7306bde07.tar.gz
refinerycms-blog-bd2bcc0f2a3c8ff15bce5487a779dba7306bde07.tar.bz2
refinerycms-blog-bd2bcc0f2a3c8ff15bce5487a779dba7306bde07.zip
Add Refinery::Setting dependency.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 83bf329..d0e48d8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'