From 14d4abe99a91488e4e27288ebd54ef4867683e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 14:19:10 +0000 Subject: [PATCH] Bump audited from 5.0.2 to 5.3.3 Bumps [audited](https://github.com/collectiveidea/audited) from 5.0.2 to 5.3.3. - [Release notes](https://github.com/collectiveidea/audited/releases) - [Changelog](https://github.com/collectiveidea/audited/blob/main/CHANGELOG.md) - [Commits](https://github.com/collectiveidea/audited/compare/v5.0.2...v5.3.3) --- updated-dependencies: - dependency-name: audited dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 39761a7f1..686fc1a96 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "acts_as_votable", "~> 0.13.2" gem "ahoy_matey", "~> 4.1.0" gem "airbrake", "~> 13.0.2" gem "ancestry", "~> 4.2.0" -gem "audited", "~> 5.0.2" +gem "audited", "~> 5.3.3" gem "autoprefixer-rails", "~> 8.2.0" gem "bing_translator", "~> 6.2.0" gem "cancancan", "~> 3.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index c1bd7f1f5..e0076d229 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,8 +82,9 @@ GEM ancestry (4.2.0) activerecord (>= 5.2.6) ast (2.4.2) - audited (5.0.2) + audited (5.3.3) activerecord (>= 5.0, < 7.1) + request_store (~> 1.2) autoprefixer-rails (8.2.0) execjs babel-source (5.8.35) @@ -163,7 +164,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) crass (1.0.6) daemons (1.4.1) dalli (3.2.3) @@ -275,7 +276,7 @@ GEM httpi (2.5.0) rack socksify - i18n (1.12.0) + i18n (1.13.0) concurrent-ruby (~> 1.0) i18n-tasks (0.9.37) activesupport (>= 4.0.2) @@ -355,7 +356,7 @@ GEM mini_magick (4.11.0) mini_mime (1.1.2) mini_portile2 (2.8.1) - minitest (5.17.0) + minitest (5.18.0) mixlib-cli (2.1.8) mixlib-config (3.0.9) tomlrb @@ -625,7 +626,7 @@ GEM rack (>= 1.3, < 3) rack-accept (~> 0.4) tilt (>= 1.4, < 3) - tzinfo (1.2.10) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -662,7 +663,7 @@ GEM wkhtmltopdf-binary (0.12.6.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.6) + zeitwerk (2.6.8) PLATFORMS ruby @@ -673,7 +674,7 @@ DEPENDENCIES ahoy_matey (~> 4.1.0) airbrake (~> 13.0.2) ancestry (~> 4.2.0) - audited (~> 5.0.2) + audited (~> 5.3.3) autoprefixer-rails (~> 8.2.0) bing_translator (~> 6.2.0) bullet (~> 7.0.3)