diff options
| author | Zog | 2018-04-16 14:49:15 +0200 |
|---|---|---|
| committer | Zog | 2018-04-16 14:49:15 +0200 |
| commit | eb27950dcf348784dfd0519a92181e11a5c29645 (patch) | |
| tree | 105eaff54724cbc375fff80a029c64c1cea80d46 /Gemfile | |
| parent | cf63f8f32ecaa6f1bccc70a68e4c6d4d8794373b (diff) | |
| download | chouette-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
