chore(deps): update dependency rubocop to '~> 1.42.0'

This commit is contained in:
James Harton 2023-01-07 17:56:05 +13:00
parent affa5aef81
commit 6ab685cfc9
2 changed files with 4 additions and 4 deletions

View file

@ -8,6 +8,6 @@ gemspec
gem 'pry', '~> 0.14.0' gem 'pry', '~> 0.14.0'
gem 'rake', '~> 13.0' gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0' gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.40.0' gem 'rubocop', '~> 1.42.0'
gem 'faker', '~> 3.0' gem 'faker', '~> 3.0'

View file

@ -41,14 +41,14 @@ 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.40.0) rubocop (1.42.0)
json (~> 2.3) json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.1.2.1) parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0) regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0) rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 2.0) rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0) unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.24.1) rubocop-ast (1.24.1)
@ -64,7 +64,7 @@ DEPENDENCIES
pry (~> 0.14.0) pry (~> 0.14.0)
rake (~> 13.0) rake (~> 13.0)
rspec (~> 3.0) rspec (~> 3.0)
rubocop (~> 1.40.0) rubocop (~> 1.42.0)
wag! wag!
BUNDLED WITH BUNDLED WITH