Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit c10c85c

Browse files
authored
Merge pull request #258 from artichoke/dependabot/bundler/bundler-deps-28efe4bc63
chore(deps): Bump rubocop from 1.80.1 to 1.81.1 in the bundler-deps group
2 parents bcfa08c + dab6000 commit c10c85c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.80', require: false
7+
gem 'rubocop', '~> 1.81', require: false
88
gem 'rubocop-rake', '~> 0.7', require: false

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,48 @@ GEM
55
bundler-audit (0.9.2)
66
bundler (>= 1.2.0, < 3)
77
thor (~> 1.0)
8-
json (2.13.2)
8+
json (2.15.0)
99
language_server-protocol (3.17.0.5)
1010
lint_roller (1.1.0)
1111
parallel (1.27.0)
1212
parser (3.3.9.0)
1313
ast (~> 2.4.1)
1414
racc
15-
prism (1.4.0)
15+
prism (1.5.1)
1616
racc (1.8.1)
1717
rainbow (3.1.1)
1818
rake (13.3.0)
19-
regexp_parser (2.11.2)
20-
rubocop (1.80.1)
19+
regexp_parser (2.11.3)
20+
rubocop (1.81.1)
2121
json (~> 2.3)
2222
language_server-protocol (~> 3.17.0.2)
2323
lint_roller (~> 1.1.0)
2424
parallel (~> 1.10)
2525
parser (>= 3.3.0.2)
2626
rainbow (>= 2.2.2, < 4.0)
2727
regexp_parser (>= 2.9.3, < 3.0)
28-
rubocop-ast (>= 1.46.0, < 2.0)
28+
rubocop-ast (>= 1.47.1, < 2.0)
2929
ruby-progressbar (~> 1.7)
3030
unicode-display_width (>= 2.4.0, < 4.0)
31-
rubocop-ast (1.46.0)
31+
rubocop-ast (1.47.1)
3232
parser (>= 3.3.7.2)
3333
prism (~> 1.4)
3434
rubocop-rake (0.7.1)
3535
lint_roller (~> 1.1)
3636
rubocop (>= 1.72.1)
3737
ruby-progressbar (1.13.0)
3838
thor (1.4.0)
39-
unicode-display_width (3.1.5)
40-
unicode-emoji (~> 4.0, >= 4.0.4)
41-
unicode-emoji (4.0.4)
39+
unicode-display_width (3.2.0)
40+
unicode-emoji (~> 4.1)
41+
unicode-emoji (4.1.0)
4242

4343
PLATFORMS
4444
ruby
4545

4646
DEPENDENCIES
4747
bundler-audit (~> 0.9)
4848
rake (>= 12.3.3)
49-
rubocop (~> 1.80)
49+
rubocop (~> 1.81)
5050
rubocop-rake (~> 0.7)
5151

5252
BUNDLED WITH

0 commit comments

Comments
 (0)