From 2d2c5e0d9928d73872404755183e3296b1d011f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 20:59:28 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.16.0 to ~> 1.52.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.16.0...v1.52.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- station.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/station.gemspec b/station.gemspec index 3441f55cf..28028be2a 100644 --- a/station.gemspec +++ b/station.gemspec @@ -85,7 +85,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency('chartkick', '4.0.5') spec.add_runtime_dependency('readingtime', '0.4.0') - spec.add_development_dependency('rubocop', '~> 1.16.0') + spec.add_development_dependency('rubocop', '~> 1.52.1') spec.add_development_dependency('rubocop-rails', '~> 2.6') spec.metadata = {