Skip to content

Commit

Permalink
Update rubocop requirement from = 1.12.1 to = 1.13.0 (#2305)
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.12.1...v1.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 22, 2021
1 parent 5b88b36 commit 1fb9076
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -17,7 +17,7 @@ GEM
method_source (1.0.0)
minitest (5.14.4)
parallel (1.20.1)
parser (3.0.0.0)
parser (3.0.1.0)
ast (~> 2.4.1)
power_assert (2.0.0)
pry (0.14.1)
Expand All @@ -26,8 +26,8 @@ GEM
rainbow (3.0.0)
rake (13.0.3)
regexp_parser (2.1.1)
rexml (3.2.4)
rubocop (1.12.1)
rexml (3.2.5)
rubocop (1.13.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.1)
rake (= 13.0.3)
rubocop (= 1.12.1)
rubocop (= 1.13.0)
simplecov (= 0.17.1, < 0.18)
test-unit (= 3.4.0)
timecop (= 0.9.4)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
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.1')
spec.add_development_dependency('rake', '13.0.3')
spec.add_development_dependency('rubocop', '1.12.1')
spec.add_development_dependency('rubocop', '1.13.0')
# Workaround for cc-test-reporter with SimpleCov 0.18.
# Stop upgrading SimpleCov until the following issue will be resolved.
# https://github.com/codeclimate/test-reporter/issues/418
Expand Down

0 comments on commit 1fb9076

Please sign in to comment.