use bundled awesome_nested_set (#6579)

git-svn-id: http://svn.redmine.org/redmine/trunk@13008 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-03-26 01:47:31 +00:00
parent d1057bc4ad
commit e4cf210fa2
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@ gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", "3.0.0"
gem "mime-types"
gem "awesome_nested_set", "2.1.6"
# Optional gem for LDAP authentication
group :ldap do

View File

@ -0,0 +1 @@
require File.dirname(__FILE__) + '/lib/awesome_nested_set'