Merge branch 'renovate/rubocop-1.x' into 'master'

Update dependency rubocop to ~> 1.16.0

See merge request jimsy/wag!26
This commit is contained in:
James Harton 2021-06-01 07:27:29 +00:00
commit e65334d256
2 changed files with 6 additions and 6 deletions

View file

@ -8,6 +8,6 @@ gemspec
gem 'pry', '~> 0.14.0'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.15.0'
gem 'rubocop', '~> 1.16.0'
gem 'faker', '~> 2.11'

View file

@ -40,16 +40,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (1.15.0)
rubocop (1.16.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.5.0, < 2.0)
rubocop-ast (>= 1.7.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
unicode-display_width (2.0.0)
@ -62,8 +62,8 @@ DEPENDENCIES
pry (~> 0.14.0)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.15.0)
rubocop (~> 1.16.0)
wag!
BUNDLED WITH
2.2.3
2.2.15