From 0ea168e4e35e8f2decd4d606f6beb3ae0c178784 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 06:55:01 +0000 Subject: [PATCH] Update bundler-audit requirement from ~> 0.6.0 to ~> 0.7.0 Updates the requirements on [bundler-audit](https://github.com/postmodern/bundler-audit) to permit the latest version. - [Release notes](https://github.com/postmodern/bundler-audit/releases) - [Changelog](https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md) - [Commits](https://github.com/postmodern/bundler-audit/compare/v0.6.0...v0.7.0.1) Signed-off-by: dependabot-preview[bot] --- omniauth-smart.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-smart.gemspec b/omniauth-smart.gemspec index 89eb68f..bfd2736 100644 --- a/omniauth-smart.gemspec +++ b/omniauth-smart.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency "rubocop", "~> 0.75.1" gem.add_development_dependency "rubocop-rails_config", "0.7.3" gem.add_development_dependency "rubocop-performance", "~> 1.5.0" - gem.add_development_dependency "bundler-audit", "~> 0.6.0" + gem.add_development_dependency "bundler-audit", "~> 0.7.0" gem.name = "omniauth-smart" gem.version = OmniAuth::Smart::VERSION