From ad17532107ef81ff2b2ebed3331e4b4f5eca792f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 22:47:50 +0000 Subject: [PATCH] Bump audited from 4.9.0 to 4.10.0 Bumps [audited](https://github.com/collectiveidea/audited) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/collectiveidea/audited/releases) - [Changelog](https://github.com/collectiveidea/audited/blob/master/CHANGELOG.md) - [Commits](https://github.com/collectiveidea/audited/compare/v4.9.0...v4.10.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e9944b72a..d23ea1a16 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "acts_as_votable", "~> 0.12.1" gem "ahoy_matey", "~> 1.6.0" gem "airbrake", "~> 5.0" gem "ancestry", "~> 3.2.1" -gem "audited", "~> 4.9.0" +gem "audited", "~> 5.0.1" gem "autoprefixer-rails", "~> 8.2.0" gem "cancancan", "~> 2.3.0" gem "caxlsx", "~> 3.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index e8c278c4a..ff11ecc84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,8 +71,8 @@ GEM activerecord (>= 4.2.0) arel (9.0.0) ast (2.4.2) - audited (4.9.0) - activerecord (>= 4.2, < 6.1) + audited (5.0.1) + activerecord (>= 5.0, < 6.2) autoprefixer-rails (8.2.0) execjs babel-source (5.8.35) @@ -703,7 +703,7 @@ DEPENDENCIES ahoy_matey (~> 1.6.0) airbrake (~> 5.0) ancestry (~> 3.2.1) - audited (~> 4.9.0) + audited (~> 5.0.1) autoprefixer-rails (~> 8.2.0) bullet (~> 6.1.4) byebug (~> 11.1.3)