From 00af0cbf9424547df78beb67d367c8e8b2ac90db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:57:15 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.16.0 to ~> 1.52.0 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.0) --- 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..40f929d3f 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.0') spec.add_development_dependency('rubocop-rails', '~> 2.6') spec.metadata = {