Skip to content

Commit 1fb9076

Browse files
Update rubocop requirement from = 1.12.1 to = 1.13.0 (faker-ruby#2305)
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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 5b88b36 commit 1fb9076

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
method_source (1.0.0)
1818
minitest (5.14.4)
1919
parallel (1.20.1)
20-
parser (3.0.0.0)
20+
parser (3.0.1.0)
2121
ast (~> 2.4.1)
2222
power_assert (2.0.0)
2323
pry (0.14.1)
@@ -26,8 +26,8 @@ GEM
2626
rainbow (3.0.0)
2727
rake (13.0.3)
2828
regexp_parser (2.1.1)
29-
rexml (3.2.4)
30-
rubocop (1.12.1)
29+
rexml (3.2.5)
30+
rubocop (1.13.0)
3131
parallel (~> 1.10)
3232
parser (>= 3.0.0.0)
3333
rainbow (>= 2.2.2, < 4.0)
@@ -58,7 +58,7 @@ DEPENDENCIES
5858
minitest (= 5.14.4)
5959
pry (= 0.14.1)
6060
rake (= 13.0.3)
61-
rubocop (= 1.12.1)
61+
rubocop (= 1.13.0)
6262
simplecov (= 0.17.1, < 0.18)
6363
test-unit (= 3.4.0)
6464
timecop (= 0.9.4)

faker.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
3232
spec.add_development_dependency('minitest', '5.14.4')
3333
spec.add_development_dependency('pry', '0.14.1')
3434
spec.add_development_dependency('rake', '13.0.3')
35-
spec.add_development_dependency('rubocop', '1.12.1')
35+
spec.add_development_dependency('rubocop', '1.13.0')
3636
# Workaround for cc-test-reporter with SimpleCov 0.18.
3737
# Stop upgrading SimpleCov until the following issue will be resolved.
3838
# https://github.com/codeclimate/test-reporter/issues/418

0 commit comments

Comments
 (0)