From abc58f5bb43a0d0420a24a2d49ef4a55ff4caf2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 19:42:31 +0000 Subject: [PATCH] Bump acts_as_list from 0.3.0 to 0.9.19 Bumps [acts_as_list](https://github.com/brendon/acts_as_list) from 0.3.0 to 0.9.19. - [Release notes](https://github.com/brendon/acts_as_list/releases) - [Changelog](https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md) - [Commits](https://github.com/brendon/acts_as_list/compare/0.3.0...v0.9.19) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e8e86db56f..26b38d4250 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'web', path: './engines/web' gem 'activerecord-postgresql-adapter' gem 'pg', '~> 0.21.0' -gem 'acts_as_list', '= 0.3.0' +gem 'acts_as_list', '0.9.19' gem 'awesome_nested_set', '~> 3.2.1' gem 'cancan', '~> 1.6.10' gem 'ffaker' diff --git a/Gemfile.lock b/Gemfile.lock index 3c99cb2420..5f62bc8f4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (4.0.0) activerecord (>= 4.0) - acts_as_list (0.3.0) + acts_as_list (0.9.19) activerecord (>= 3.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) @@ -732,7 +732,7 @@ DEPENDENCIES activerecord-postgresql-adapter activerecord-session_store acts-as-taggable-on (~> 4.0) - acts_as_list (= 0.3.0) + acts_as_list (= 0.9.19) andand angular-rails-templates (~> 0.3.0) angularjs-file-upload-rails (~> 2.4.1)