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

Commit 1dce9c8

Browse files
authored
Merge pull request #271 from artichoke/dependabot/bundler/bundler-deps-0f5777c4c7
chore(deps): Bump rubocop from 1.75.8 to 1.77.0 in the bundler-deps group
2 parents af64343 + df5d1a1 commit 1dce9c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.75', require: false
7+
gem 'rubocop', '~> 1.77', require: false
88
gem 'rubocop-rake', '~> 0.7', require: false

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ GEM
1717
rainbow (3.1.1)
1818
rake (13.3.0)
1919
regexp_parser (2.10.0)
20-
rubocop (1.75.8)
20+
rubocop (1.77.0)
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.44.0, < 2.0)
28+
rubocop-ast (>= 1.45.1, < 2.0)
2929
ruby-progressbar (~> 1.7)
3030
unicode-display_width (>= 2.4.0, < 4.0)
31-
rubocop-ast (1.44.1)
31+
rubocop-ast (1.45.1)
3232
parser (>= 3.3.7.2)
3333
prism (~> 1.4)
3434
rubocop-rake (0.7.1)
@@ -46,7 +46,7 @@ PLATFORMS
4646
DEPENDENCIES
4747
bundler-audit (~> 0.9)
4848
rake (>= 12.3.3)
49-
rubocop (~> 1.75)
49+
rubocop (~> 1.77)
5050
rubocop-rake (~> 0.7)
5151

5252
BUNDLED WITH

0 commit comments

Comments
 (0)