aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorZog2018-04-16 14:49:15 +0200
committerZog2018-04-16 14:49:15 +0200
commiteb27950dcf348784dfd0519a92181e11a5c29645 (patch)
tree105eaff54724cbc375fff80a029c64c1cea80d46 /Gemfile
parentcf63f8f32ecaa6f1bccc70a68e4c6d4d8794373b (diff)
downloadchouette-core-eb27950dcf348784dfd0519a92181e11a5c29645.tar.bz2
Refs #6179; Update acts_as_list6179-update-acts_as_list
And (hopefully) fix bugs on routes having duplicated positions
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cca55be61..95f366fc1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -125,7 +125,7 @@ gem 'enumerize', '~> 2.1.2'
gem 'deep_cloneable', '~> 2.0.0'
gem 'acts-as-taggable-on', '~> 4.0.0'
-gem 'acts_as_list', '~> 0.6.0'
+gem 'acts_as_list', '~> 0.9.11'
gem 'acts_as_tree', '~> 2.1.0', require: 'acts_as_tree'
gem 'rabl'