aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b098343..448e091 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,9 @@ source "http://rubygems.org"
gemspec
-gem 'refinerycms', '~> 2.0.0'
+git 'git://github.com/refinery/refinerycms.git', :branch => 'master' do
+ gem 'refinerycms'
+end
# Refinery/rails should pull in the proper versions of these
group :assets do