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 'pry'
gem 'rb-readline' gem 'rb-readline'
gem 'rspec', '~> 3.12.0' gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.55' gem 'rubocop', '~> 1.56'
gem 'webmock', '~> 3.13' gem 'webmock', '~> 3.13'
end end

View file

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