From 192db916bd36551c12b68d0879debc0bed2f56ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:25:59 +0000 Subject: [PATCH] Bump audited from 5.4.3 to 5.7.0 Bumps [audited](https://github.com/collectiveidea/audited) from 5.4.3 to 5.7.0. - [Changelog](https://github.com/collectiveidea/audited/blob/main/CHANGELOG.md) - [Commits](https://github.com/collectiveidea/audited/compare/v5.4.3...v5.7.0) --- updated-dependencies: - dependency-name: audited dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7e86e3548..c21432e45 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 5.0.2" gem "airbrake", "~> 13.0.4" gem "ancestry", "~> 4.3.3" -gem "audited", "~> 5.4.3" +gem "audited", "~> 5.7.0" gem "autoprefixer-rails", "~> 10.4.19" gem "bing_translator", "~> 6.2.0" gem "cancancan", "~> 3.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 9b6bdb283..35457a76b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,9 +91,9 @@ GEM ancestry (4.3.3) activerecord (>= 5.2.6) ast (2.4.2) - audited (5.4.3) - activerecord (>= 5.0, < 7.2) - request_store (~> 1.2) + audited (5.7.0) + activerecord (>= 5.2, < 8.0) + activesupport (>= 5.2, < 8.0) autoprefixer-rails (10.4.19.0) execjs (~> 2) base64 (0.2.0) @@ -509,7 +509,7 @@ GEM regexp_parser (2.9.2) reline (0.5.1) io-console (~> 0.5) - request_store (1.6.0) + request_store (1.7.0) rack (>= 1.4) responders (3.1.1) actionpack (>= 5.2) @@ -703,7 +703,7 @@ DEPENDENCIES ahoy_matey (~> 5.0.2) airbrake (~> 13.0.4) ancestry (~> 4.3.3) - audited (~> 5.4.3) + audited (~> 5.7.0) autoprefixer-rails (~> 10.4.19) bing_translator (~> 6.2.0) cancancan (~> 3.5.0)