From 43ce714510b14cfdaf232c790aa44dd3c089ff1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:22:42 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.16.0 to ~> 1.56.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.56.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..4c9b3ee46 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.56.0') spec.add_development_dependency('rubocop-rails', '~> 2.6') spec.metadata = {