From 9d4c781a4cd2a0ba7ab7b95409b06bd2006a3943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 19:04:17 +0000 Subject: [PATCH] Bump ancestry from 3.2.1 to 4.1.0 Bumps [ancestry](https://github.com/stefankroes/ancestry) from 3.2.1 to 4.1.0. - [Release notes](https://github.com/stefankroes/ancestry/releases) - [Changelog](https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefankroes/ancestry/compare/v3.2.1...v4.1.0) --- updated-dependencies: - dependency-name: ancestry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5f827ebed..230504d3b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "acts-as-taggable-on", "~> 8.1.0" gem "acts_as_votable", "~> 0.12.1" gem "ahoy_matey", "~> 1.6.0" gem "airbrake", "~> 7.4.0" -gem "ancestry", "~> 3.2.1" +gem "ancestry", "~> 4.1.0" gem "audited", "~> 5.0.1" gem "autoprefixer-rails", "~> 8.2.0" gem "cancancan", "~> 3.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3e3d1190f..2406754aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,8 +67,8 @@ GEM akami (1.3.1) gyoku (>= 0.4.0) nokogiri - ancestry (3.2.1) - activerecord (>= 4.2.0) + ancestry (4.1.0) + activerecord (>= 5.2.6) arel (9.0.0) ast (2.4.2) audited (5.0.1) @@ -704,7 +704,7 @@ DEPENDENCIES acts_as_votable (~> 0.12.1) ahoy_matey (~> 1.6.0) airbrake (~> 7.4.0) - ancestry (~> 3.2.1) + ancestry (~> 4.1.0) audited (~> 5.0.1) autoprefixer-rails (~> 8.2.0) bullet (~> 6.1.4)