Update dependency rubocop to ~> 1.1.0

This commit is contained in:
James Harton 2020-10-30 13:17:25 +13:00
parent a9ace85439
commit 929cd564cb
2 changed files with 5 additions and 5 deletions

View file

@ -8,6 +8,6 @@ gemspec
gem 'pry', '~> 0.13.0'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.0.0'
gem 'rubocop', '~> 1.1.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.0.0)
rubocop (1.1.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
rubocop-ast (>= 1.0.1)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.8.0)
rubocop-ast (1.1.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
unicode-display_width (1.7.0)
@ -62,7 +62,7 @@ DEPENDENCIES
pry (~> 0.13.0)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.0.0)
rubocop (~> 1.1.0)
wag!
BUNDLED WITH