Merge pull request #188 from puppetlabs/dependabot/bundler/rubocop-1.56.0

Bump rubocop from 1.55.1 to 1.56.0
This commit is contained in:
Jake Spain 2023-08-14 07:06:38 -04:00 committed by GitHub
commit b2cd786a42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -13,6 +13,6 @@ group :test do
gem 'pry'
gem 'rb-readline'
gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.55'
gem 'rubocop', '~> 1.56'
gem 'webmock', '~> 3.13'
end

View file

@ -11,6 +11,7 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
coderay (1.1.3)
commander (4.6.0)
highline (~> 2.0.0)
@ -74,7 +75,8 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.55.1)
rubocop (1.56.0)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
@ -111,7 +113,7 @@ DEPENDENCIES
rake
rb-readline
rspec (~> 3.12.0)
rubocop (~> 1.55)
rubocop (~> 1.56)
simplecov (~> 0.22.0)
simplecov-html (~> 0.12.3)
simplecov-lcov (~> 0.8.0)