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.lock | |
| 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.lock')
| -rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4fb77eeb9..2071eee78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (4.0.0) activerecord (>= 4.0) - acts_as_list (0.6.0) + acts_as_list (0.9.11) activerecord (>= 3.0) acts_as_tree (2.1.0) activerecord (>= 3.0.0) @@ -593,7 +593,7 @@ DEPENDENCIES active_attr activerecord-postgis-adapter (~> 3.0.0) acts-as-taggable-on (~> 4.0.0) - acts_as_list (~> 0.6.0) + acts_as_list (~> 0.9.11) acts_as_tree (~> 2.1.0) apartment (~> 1.0.0) awesome_print |
