1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2024-11-06 00:56:18 +01:00

gems: update bundler-audit to version 0.7.0.1

(#9)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot] 2020-06-14 12:42:05 +02:00 committed by GitHub
parent 8d42bdafc1
commit 289535d753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'better_errors' s.add_development_dependency 'better_errors'
s.add_development_dependency 'binding_of_caller' s.add_development_dependency 'binding_of_caller'
s.add_development_dependency 'bundler' s.add_development_dependency 'bundler'
s.add_development_dependency 'bundler-audit', '~> 0.6.0' s.add_development_dependency 'bundler-audit', '~> 0.7.0'
s.add_development_dependency 'rack-test' s.add_development_dependency 'rack-test'
s.add_development_dependency 'rake' s.add_development_dependency 'rake'
s.add_development_dependency 'rspec' s.add_development_dependency 'rspec'