Skip to content

Commit 71512a6

Browse files
authored
Merge pull request #153 from artichoke/dependabot/bundler/bundler-deps-a93273f49b
2 parents e1194ab + 8972754 commit 71512a6

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
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44

55
gem 'bundler-audit', '~> 0.9', require: false
66
gem 'rake', '>= 12.3.3', require: false
7-
gem 'rubocop', '~> 1.66', require: false
7+
gem 'rubocop', '~> 1.68', require: false
88
gem 'rubocop-rake', '~> 0.6', require: false

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ GEM
55
bundler-audit (0.9.2)
66
bundler (>= 1.2.0, < 3)
77
thor (~> 1.0)
8-
json (2.7.2)
8+
json (2.7.5)
99
language_server-protocol (3.17.0.3)
1010
parallel (1.26.3)
11-
parser (3.3.5.0)
11+
parser (3.3.5.1)
1212
ast (~> 2.4.1)
1313
racc
1414
racc (1.8.1)
1515
rainbow (3.1.1)
1616
rake (13.2.1)
1717
regexp_parser (2.9.2)
18-
rubocop (1.66.1)
18+
rubocop (1.68.0)
1919
json (~> 2.3)
2020
language_server-protocol (>= 3.17.0)
2121
parallel (~> 1.10)
@@ -25,7 +25,7 @@ GEM
2525
rubocop-ast (>= 1.32.2, < 2.0)
2626
ruby-progressbar (~> 1.7)
2727
unicode-display_width (>= 2.4.0, < 3.0)
28-
rubocop-ast (1.32.3)
28+
rubocop-ast (1.33.0)
2929
parser (>= 3.3.1.0)
3030
rubocop-rake (0.6.0)
3131
rubocop (~> 1.0)
@@ -40,7 +40,7 @@ PLATFORMS
4040
DEPENDENCIES
4141
bundler-audit (~> 0.9)
4242
rake (>= 12.3.3)
43-
rubocop (~> 1.66)
43+
rubocop (~> 1.68)
4444
rubocop-rake (~> 0.6)
4545

4646
BUNDLED WITH

0 commit comments

Comments
 (0)