summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-01-27 06:48:38 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-01-27 06:48:38 +0000
commit9e71d89cdb3500d1421f3d1b88656896a615cb2a (patch)
treea1c918cb468e4ed43e21f67667f4f5afc387668f /Gemfile
parentba75aa504b498ff7d77a23d5d57bf3e43e4b13b7 (diff)
downloadredmine-9e71d89cdb3500d1421f3d1b88656896a615cb2a.tar.gz
redmine-9e71d89cdb3500d1421f3d1b88656896a615cb2a.zip
Gemfile: use awesome_nested_set 2.1.6 gem
git-svn-id: http://svn.redmine.org/redmine/trunk@12734 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d3fd63479..e84b8b3c2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,6 +6,7 @@ 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