Skip to content

Commit b9b9d21

Browse files
authored
Merge pull request #61 from artichoke/dependabot/bundler/bundler-deps-a93273f49b
2 parents d545d5d + 0aff600 commit b9b9d21

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)
@@ -39,7 +39,7 @@ PLATFORMS
3939
DEPENDENCIES
4040
bundler-audit (~> 0.9)
4141
rake (>= 12.3.3)
42-
rubocop (~> 1.66)
42+
rubocop (~> 1.68)
4343
rubocop-rake (~> 0.6)
4444

4545
BUNDLED WITH

0 commit comments

Comments
 (0)