diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-01-07 20:19:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-01-07 20:19:49 +0000 |
commit | 1a851318fdce55a7ffb2290de692282e294987f8 (patch) | |
tree | 6116e0043b56ed114334d5e8656b61d4a8b9666e /Gemfile | |
parent | bf5d58a76887c2d7819d9f4a1e28139de0ddc95c (diff) | |
download | redmine-1a851318fdce55a7ffb2290de692282e294987f8.tar.gz redmine-1a851318fdce55a7ffb2290de692282e294987f8.zip |
Replaces awesome_nested_set gem with a simple and more robust implementation of nested sets.
The concurrency tests added in this commit trigger dead locks and/or nested set inconsistency with awesome_nested_set.
git-svn-id: http://svn.redmine.org/redmine/trunk@13841 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ gem "coderay", "~> 1.1.0" gem "builder", ">= 3.0.4" gem "request_store", "1.0.5" gem "mime-types" -gem "awesome_nested_set", "3.0.0" gem "protected_attributes" gem "actionpack-action_caching" gem "actionpack-xml_parser" |