From d35dcf4725d019dac886cf7c801b1130f6014a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 13:23:36 +0000 Subject: [PATCH] Bump audited from 5.7.0 to 5.8.0 Bumps [audited](https://github.com/collectiveidea/audited) from 5.7.0 to 5.8.0. - [Changelog](https://github.com/collectiveidea/audited/blob/main/CHANGELOG.md) - [Commits](https://github.com/collectiveidea/audited/compare/v5.7.0...v5.8.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a0bf4ed31..97826e237 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 5.2.0" gem "airbrake", "~> 13.0.4" gem "ancestry", "~> 4.3.3" -gem "audited", "~> 5.7.0" +gem "audited", "~> 5.8.0" gem "autoprefixer-rails", "~> 10.4.19" gem "bing_translator", "~> 6.2.0" gem "cancancan", "~> 3.6.1" diff --git a/Gemfile.lock b/Gemfile.lock index 6737688ad..415deeaa6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,9 +103,9 @@ GEM ancestry (4.3.3) activerecord (>= 5.2.6) ast (2.4.3) - audited (5.7.0) - activerecord (>= 5.2, < 8.0) - activesupport (>= 5.2, < 8.0) + audited (5.8.0) + activerecord (>= 5.2, < 8.2) + activesupport (>= 5.2, < 8.2) autoprefixer-rails (10.4.19.0) execjs (~> 2) base64 (0.2.0) @@ -742,7 +742,7 @@ DEPENDENCIES ahoy_matey (~> 5.2.0) airbrake (~> 13.0.4) ancestry (~> 4.3.3) - audited (~> 5.7.0) + audited (~> 5.8.0) autoprefixer-rails (~> 10.4.19) bing_translator (~> 6.2.0) cancancan (~> 3.6.1)