aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2012-02-27 17:08:37 +1300
committerPhilip Arndt <parndt@gmail.com>2012-02-27 17:08:37 +1300
commit594dd8ca96f9a0e06dd28d2176653855e39a43e2 (patch)
treedbac325e354b3266428fd0444a708173766266fa /Gemfile
parent837ddfe42bfd906f79e2a28608dd6af988511e64 (diff)
downloadrefinerycms-blog-594dd8ca96f9a0e06dd28d2176653855e39a43e2.tar.gz
refinerycms-blog-594dd8ca96f9a0e06dd28d2176653855e39a43e2.tar.bz2
refinerycms-blog-594dd8ca96f9a0e06dd28d2176653855e39a43e2.zip
Now supporting FriendlyId 4
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d0e48d8..b10a845 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,8 @@ source "http://rubygems.org"
gemspec
+gem 'friendly_id', :git => 'git://github.com/norman/friendly_id.git'
+
git 'git://github.com/resolve/refinerycms.git' do
gem 'refinerycms'