Skip to content

Commit b9ef4e9

Browse files
Merge pull request #3020 from faker-ruby/dependabot/bundler/rubocop-1.68.0
Bump rubocop from 1.67.0 to 1.68.0
2 parents 46130d9 + e9dd4e8 commit b9ef4e9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'benchmark'
99
gem 'minitest', '5.25.1'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.67.0'
12+
gem 'rubocop', '1.68.0'
1313
gem 'rubocop-minitest', '0.36.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ GEM
1414
docile (1.4.0)
1515
i18n (1.14.6)
1616
concurrent-ruby (~> 1.0)
17-
json (2.7.2)
17+
json (2.7.5)
1818
language_server-protocol (3.17.0.3)
1919
method_source (1.0.0)
2020
minitest (5.25.1)
2121
parallel (1.26.3)
22-
parser (3.3.5.0)
22+
parser (3.3.5.1)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.3)
@@ -30,7 +30,7 @@ GEM
3030
rainbow (3.1.1)
3131
rake (13.2.1)
3232
regexp_parser (2.9.2)
33-
rubocop (1.67.0)
33+
rubocop (1.68.0)
3434
json (~> 2.3)
3535
language_server-protocol (>= 3.17.0)
3636
parallel (~> 1.10)
@@ -40,7 +40,7 @@ GEM
4040
rubocop-ast (>= 1.32.2, < 2.0)
4141
ruby-progressbar (~> 1.7)
4242
unicode-display_width (>= 2.4.0, < 3.0)
43-
rubocop-ast (1.32.3)
43+
rubocop-ast (1.33.0)
4444
parser (>= 3.3.1.0)
4545
rubocop-minitest (0.36.0)
4646
rubocop (>= 1.61, < 2.0)
@@ -70,7 +70,7 @@ DEPENDENCIES
7070
minitest (= 5.25.1)
7171
pry (= 0.14.2)
7272
rake (= 13.2.1)
73-
rubocop (= 1.67.0)
73+
rubocop (= 1.68.0)
7474
rubocop-minitest (= 0.36.0)
7575
rubocop-rake (= 0.6.0)
7676
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)