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

chore(deps): update dependency rubocop to ~> 1.26.0

See merge request jimsy/wag!55
This commit is contained in:
James Harton 2022-03-09 17:11:35 +00:00
commit d1b97fafed
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -40,13 +40,13 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.25.1)
rubocop (1.26.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
rubocop-ast (>= 1.16.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
@ -62,7 +62,7 @@ DEPENDENCIES
pry (~> 0.14.0)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.25.0)
rubocop (~> 1.26.0)
wag!
BUNDLED WITH