From b1ae32399199c7e3fff360dac2e0cb3f6aa4a162 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 05:47:07 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.75.1 to ~> 0.93.0 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.75.1...v0.93.0) 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..d78a3a7 100644 --- a/omniauth-smart.gemspec +++ b/omniauth-smart.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency "rspec", "~> 3.6" gem.add_development_dependency "webmock", "~> 3.0" gem.add_development_dependency "sinatra", "~> 2" - gem.add_development_dependency "rubocop", "~> 0.75.1" + gem.add_development_dependency "rubocop", "~> 0.93.0" 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"