From dfa7142afbe2b41288a009f42deaad3a11dff1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 17:19:47 +0000 Subject: [PATCH] Bump ancestry from 4.2.0 to 4.3.3 Bumps [ancestry](https://github.com/stefankroes/ancestry) from 4.2.0 to 4.3.3. - [Changelog](https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefankroes/ancestry/compare/v4.2.0...v4.3.3) --- updated-dependencies: - dependency-name: ancestry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1f80f1a6f..271991350 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "acts-as-taggable-on", "~> 9.0.1" gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 4.1.0" gem "airbrake", "~> 13.0.2" -gem "ancestry", "~> 4.2.0" +gem "ancestry", "~> 4.3.3" gem "audited", "~> 5.3.3" gem "autoprefixer-rails", "~> 8.2.0" gem "bing_translator", "~> 6.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 0b98dcc7a..fcf84a0a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM akami (1.3.1) gyoku (>= 0.4.0) nokogiri - ancestry (4.2.0) + ancestry (4.3.3) activerecord (>= 5.2.6) ast (2.4.2) audited (5.3.3) @@ -668,7 +668,7 @@ DEPENDENCIES acts_as_votable (~> 0.14.0) ahoy_matey (~> 4.1.0) airbrake (~> 13.0.2) - ancestry (~> 4.2.0) + ancestry (~> 4.3.3) audited (~> 5.3.3) autoprefixer-rails (~> 8.2.0) bing_translator (~> 6.2.0)