From 76c92089405e73bbb7af98744e6e560d987e0bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:58:12 +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 | 3 --- dyndnsd.gemspec | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index cdf2888..65a45cf 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -102,6 +102,3 @@ RSpec/ExampleLength: RSpec/MultipleExpectations: Max: 20 - -RSpecRails: - Enabled: false diff --git a/dyndnsd.gemspec b/dyndnsd.gemspec index 3167266..683587f 100644 --- a/dyndnsd.gemspec +++ b/dyndnsd.gemspec @@ -44,6 +44,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.49.0' end