Merge pull request #206 from puppetlabs/dependabot/bundler/rubocop-1.59.0

Bump rubocop from 1.58.0 to 1.59.0
This commit is contained in:
puppet-release-bot 2023-12-18 04:06:21 -05:00 committed by GitHub
commit d5f1d61bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -13,6 +13,6 @@ group :test do
gem 'pry'
gem 'rb-readline'
gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.58'
gem 'rubocop', '~> 1.59'
gem 'webmock', '~> 3.19'
end

View file

@ -47,7 +47,7 @@ GEM
language_server-protocol (3.17.0.3)
method_source (1.0.0)
multipart-post (2.3.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
@ -74,7 +74,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
@ -111,7 +111,7 @@ DEPENDENCIES
rake
rb-readline
rspec (~> 3.12.0)
rubocop (~> 1.58)
rubocop (~> 1.59)
simplecov (~> 0.22.0)
simplecov-html (~> 0.12.3)
simplecov-lcov (~> 0.8.0)