Skip to content

Commit 0a42b17

Browse files
Merge pull request #3059 from faker-ruby/dependabot/bundler/rubocop-rake-0.7.1
Bump rubocop-rake from 0.6.0 to 0.7.1
2 parents 479ceef + 1940d65 commit 0a42b17

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
1212
gem 'rubocop', '1.73.0'
1313
gem 'rubocop-minitest', '0.37.0'
14-
gem 'rubocop-rake', '0.6.0'
14+
gem 'rubocop-rake', '0.7.1'
1515
gem 'simplecov', '0.22.0'
1616
gem 'test-unit', '3.6.7'
1717
gem 'timecop', '0.9.10'

Gemfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
method_source (1.1.0)
2121
minitest (5.25.4)
2222
parallel (1.26.3)
23-
parser (3.3.6.0)
23+
parser (3.3.7.1)
2424
ast (~> 2.4.1)
2525
racc
2626
power_assert (2.0.5)
@@ -48,8 +48,9 @@ GEM
4848
lint_roller (~> 1.1)
4949
rubocop (>= 1.61, < 2.0)
5050
rubocop-ast (>= 1.38.0, < 2.0)
51-
rubocop-rake (0.6.0)
52-
rubocop (~> 1.0)
51+
rubocop-rake (0.7.1)
52+
lint_roller (~> 1.1)
53+
rubocop (>= 1.72.1)
5354
ruby-progressbar (1.13.0)
5455
simplecov (0.22.0)
5556
docile (~> 1.1)
@@ -77,7 +78,7 @@ DEPENDENCIES
7778
rake (= 13.2.1)
7879
rubocop (= 1.73.0)
7980
rubocop-minitest (= 0.37.0)
80-
rubocop-rake (= 0.6.0)
81+
rubocop-rake (= 0.7.1)
8182
simplecov (= 0.22.0)
8283
test-unit (= 3.6.7)
8384
timecop (= 0.9.10)

0 commit comments

Comments
 (0)