diff options
author | Philip Arndt <parndt@gmail.com> | 2011-09-03 11:44:35 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2011-09-03 11:44:35 +1200 |
commit | 4439f6afda7c99a80983556689f1b45bd3f9494c (patch) | |
tree | 67a4748576c6fcf925dd38cc67ca83d000b632a2 /Gemfile | |
parent | 0497261f39f351ab5be8862646c35669ee58579d (diff) | |
download | refinerycms-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |