Commit 22a80c91 authored by Igor Drozdov's avatar Igor Drozdov

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
parent 093ba5b2
...@@ -372,7 +372,7 @@ group :development, :test do ...@@ -372,7 +372,7 @@ group :development, :test do
gem 'scss_lint', '~> 0.59.0', require: false gem 'scss_lint', '~> 0.59.0', require: false
gem 'haml_lint', '~> 0.36.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 gem 'benchmark-ips', '~> 2.3.0', require: false
......
...@@ -148,9 +148,9 @@ GEM ...@@ -148,9 +148,9 @@ GEM
bullet (6.1.0) bullet (6.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
uniform_notifier (~> 1.11) uniform_notifier (~> 1.11)
bundler-audit (0.6.1) bundler-audit (0.7.0.1)
bundler (>= 1.2.0, < 3) bundler (>= 1.2.0, < 3)
thor (~> 0.18) thor (>= 0.18, < 2)
byebug (11.1.3) byebug (11.1.3)
capybara (3.34.0) capybara (3.34.0)
addressable addressable
...@@ -1174,7 +1174,7 @@ GEM ...@@ -1174,7 +1174,7 @@ GEM
daemons (~> 1.0, >= 1.0.9) daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4) eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3) rack (>= 1, < 3)
thor (0.20.3) thor (1.1.0)
thread_safe (0.3.6) thread_safe (0.3.6)
thrift (0.13.0) thrift (0.13.0)
tilt (2.0.10) tilt (2.0.10)
...@@ -1302,7 +1302,7 @@ DEPENDENCIES ...@@ -1302,7 +1302,7 @@ DEPENDENCIES
brakeman (~> 4.2) brakeman (~> 4.2)
browser (~> 4.2) browser (~> 4.2)
bullet (~> 6.1.0) bullet (~> 6.1.0)
bundler-audit (~> 0.6.1) bundler-audit (~> 0.7.0.1)
capybara (~> 3.34.0) capybara (~> 3.34.0)
capybara-screenshot (~> 1.0.22) capybara-screenshot (~> 1.0.22)
carrierwave (~> 1.3) carrierwave (~> 1.3)
......
---
title: Update bundler-audit gem to 0.7.0.1
merge_request: 52269
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment