aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-09-03 11:44:35 +1200
committerPhilip Arndt <parndt@gmail.com>2011-09-03 11:44:35 +1200
commit4439f6afda7c99a80983556689f1b45bd3f9494c (patch)
tree67a4748576c6fcf925dd38cc67ca83d000b632a2 /Gemfile
parent0497261f39f351ab5be8862646c35669ee58579d (diff)
downloadrefinerycms-blog-4439f6afda7c99a80983556689f1b45bd3f9494c.tar.gz
refinerycms-blog-4439f6afda7c99a80983556689f1b45bd3f9494c.tar.bz2
refinerycms-blog-4439f6afda7c99a80983556689f1b45bd3f9494c.zip
Using edge awesome_nested_set until 2.0.2 gem is released to fix deprecation warnings.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e70beea..da90ac6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,7 @@ gemspec
## Uncomment the following lines to develop against edge refinery
gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'
+gem 'awesome_nested_set', :git => 'git://github.com/collectiveidea/awesome_nested_set.git'
group :development, :test do
require 'rbconfig'