Skip to content

Commit

Permalink
Update rubocop requirement from = 1.10.0 to = 1.11.0 (#2274)
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.10.0...v1.11.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 3, 2021
1 parent a90631e commit 3b4d434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ GEM
method_source (~> 1.0)
rainbow (3.0.0)
rake (13.0.3)
regexp_parser (2.1.0)
regexp_parser (2.1.1)
rexml (3.2.4)
rubocop (1.10.0)
rubocop (1.11.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -58,7 +58,7 @@ DEPENDENCIES
minitest (= 5.14.4)
pry (= 0.14.0)
rake (= 13.0.3)
rubocop (= 1.10.0)
rubocop (= 1.11.0)
simplecov (= 0.17.1)
test-unit (= 3.4.0)
timecop (= 0.9.4)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('minitest', '5.14.4')
spec.add_development_dependency('pry', '0.14.0')
spec.add_development_dependency('rake', '13.0.3')
spec.add_development_dependency('rubocop', '1.10.0')
spec.add_development_dependency('rubocop', '1.11.0')
spec.add_development_dependency('simplecov', '0.17.1')
spec.add_development_dependency('test-unit', '3.4.0')
spec.add_development_dependency('timecop', '0.9.4')
Expand Down

0 comments on commit 3b4d434

Please sign in to comment.