Update dependency rubocop to ~> 1.18.0

This commit is contained in:
James Harton 2021-06-29 18:08:20 +12:00
parent 13cccc2d3a
commit a0bb2c4f0f
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -40,7 +40,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (1.17.0)
rubocop (1.18.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
@ -62,7 +62,7 @@ DEPENDENCIES
pry (~> 0.14.0)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.17.0)
rubocop (~> 1.18.0)
wag!
BUNDLED WITH