From 22a80c9106aada9bad0a93526e8e0302c7ec2ade Mon Sep 17 00:00:00 2001
From: Igor Drozdov <idrozdov@gitlab.com>
Date: Fri, 22 Jan 2021 00:52:20 +0300
Subject: [PATCH] Update bundler-audit gem to 0.7.0.1

It has a thor dependency that is suitable for Rails 6.1

CHANGELOG:
https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md
---
 Gemfile                                           | 2 +-
 Gemfile.lock                                      | 8 ++++----
 changelogs/unreleased/id-update-bundler-audit.yml | 5 +++++
 3 files changed, 10 insertions(+), 5 deletions(-)
 create mode 100644 changelogs/unreleased/id-update-bundler-audit.yml

diff --git a/Gemfile b/Gemfile
index 949802ec510c8..1c1357c25e444 100644
--- a/Gemfile
+++ b/Gemfile
@@ -372,7 +372,7 @@ group :development, :test do
 
   gem 'scss_lint', '~> 0.59.0', require: false
   gem 'haml_lint', '~> 0.36.0', require: false
-  gem 'bundler-audit', '~> 0.6.1', require: false
+  gem 'bundler-audit', '~> 0.7.0.1', require: false
 
   gem 'benchmark-ips', '~> 2.3.0', require: false
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 974bc4181f17d..195aa4c58be53 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -148,9 +148,9 @@ GEM
     bullet (6.1.0)
       activesupport (>= 3.0.0)
       uniform_notifier (~> 1.11)
-    bundler-audit (0.6.1)
+    bundler-audit (0.7.0.1)
       bundler (>= 1.2.0, < 3)
-      thor (~> 0.18)
+      thor (>= 0.18, < 2)
     byebug (11.1.3)
     capybara (3.34.0)
       addressable
@@ -1174,7 +1174,7 @@ GEM
       daemons (~> 1.0, >= 1.0.9)
       eventmachine (~> 1.0, >= 1.0.4)
       rack (>= 1, < 3)
-    thor (0.20.3)
+    thor (1.1.0)
     thread_safe (0.3.6)
     thrift (0.13.0)
     tilt (2.0.10)
@@ -1302,7 +1302,7 @@ DEPENDENCIES
   brakeman (~> 4.2)
   browser (~> 4.2)
   bullet (~> 6.1.0)
-  bundler-audit (~> 0.6.1)
+  bundler-audit (~> 0.7.0.1)
   capybara (~> 3.34.0)
   capybara-screenshot (~> 1.0.22)
   carrierwave (~> 1.3)
diff --git a/changelogs/unreleased/id-update-bundler-audit.yml b/changelogs/unreleased/id-update-bundler-audit.yml
new file mode 100644
index 0000000000000..99cca4f231948
--- /dev/null
+++ b/changelogs/unreleased/id-update-bundler-audit.yml
@@ -0,0 +1,5 @@
+---
+title: Update bundler-audit gem to 0.7.0.1
+merge_request: 52269
+author:
+type: other
-- 
GitLab