From dcda33e7bd5fae5f3fe0a46e3a877e17b4044d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:46:41 +0000 Subject: [PATCH] Update voxpupuli-rubocop requirement from ~> 2.4.0 to ~> 2.5.0 Updates the requirements on [voxpupuli-rubocop](https://github.com/voxpupuli/voxpupuli-rubocop) to permit the latest version. - [Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: voxpupuli-rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- puppet-syntax.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-syntax.gemspec b/puppet-syntax.gemspec index d180977..fa7c9be 100644 --- a/puppet-syntax.gemspec +++ b/puppet-syntax.gemspec @@ -24,5 +24,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'pry', '~> 0.14.2' spec.add_development_dependency 'rb-readline', '~> 0.5.5' - spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.4.0' + spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.5.0' end