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

This commit is contained in:
James Harton 2022-01-31 12:46:57 +13:00
parent 5230034abf
commit 81aef2c656
2 changed files with 9 additions and 9 deletions

View file

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

View file

@ -18,12 +18,12 @@ GEM
concurrent-ruby (~> 1.0)
method_source (1.0.0)
parallel (1.21.0)
parser (3.0.3.2)
parser (3.1.0.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.2.0)
rexml (3.2.5)
@ -40,16 +40,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
rubocop (1.23.0)
rubocop (1.25.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.12.0, < 2.0)
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
unicode-display_width (2.1.0)
@ -62,8 +62,8 @@ DEPENDENCIES
pry (~> 0.14.0)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.23.0)
rubocop (~> 1.25.0)
wag!
BUNDLED WITH
2.2.32
2.3.6