From 764fcf93fa0ffe798a61b479cdec81bd12745072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:23:10 +0000 Subject: [PATCH] gems: update rubocop-rspec requirement from ~> 2.31.0 to ~> 3.0.1 Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.31.0...v3.0.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .rubocop.yml | 4 ++-- openvpn-status-web.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 5347692..31918da 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -100,8 +100,8 @@ Style/SymbolArray: RSpec/ExampleLength: Max: 10 -RSpec/FilePath: - Enabled: false +#RSpec/FilePath: +# Enabled: false RSpec/SpecFilePathFormat: CustomTransform: diff --git a/openvpn-status-web.gemspec b/openvpn-status-web.gemspec index 9f37d07..fe646d7 100644 --- a/openvpn-status-web.gemspec +++ b/openvpn-status-web.gemspec @@ -40,6 +40,6 @@ Gem::Specification.new do |s| s.add_development_dependency 'rspec' s.add_development_dependency 'rubocop', '~> 1.64.0' s.add_development_dependency 'rubocop-rake', '~> 0.6.0' - s.add_development_dependency 'rubocop-rspec', '~> 2.31.0' + s.add_development_dependency 'rubocop-rspec', '~> 3.0.1' s.add_development_dependency 'solargraph', '~> 0.50.0' end