Skip to content

Commit 04f634e

Browse files
authored
Merge pull request #887 from Homebrew/dependabot/all-854c762887
2 parents 429afe3 + 46c7b24 commit 04f634e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Set up Ruby
27-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
27+
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
2828
with:
2929
ruby-version: ruby
3030

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Set up Ruby
26-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
26+
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
2727
with:
2828
ruby-version: ${{ matrix.ruby }}
2929
bundler-cache: true

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
logger (~> 1.5)
88
docile (1.4.1)
99
iniparse (1.5.0)
10-
json (2.12.2)
10+
json (2.13.0)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
logger (1.7.0)
@@ -26,7 +26,7 @@ GEM
2626
rake (13.3.0)
2727
regexp_parser (2.10.0)
2828
rexml (3.4.1)
29-
rubocop (1.77.0)
29+
rubocop (1.78.0)
3030
json (~> 2.3)
3131
language_server-protocol (~> 3.17.0.2)
3232
lint_roller (~> 1.1.0)
@@ -37,7 +37,7 @@ GEM
3737
rubocop-ast (>= 1.45.1, < 2.0)
3838
ruby-progressbar (~> 1.7)
3939
unicode-display_width (>= 2.4.0, < 4.0)
40-
rubocop-ast (1.45.1)
40+
rubocop-ast (1.46.0)
4141
parser (>= 3.3.7.2)
4242
prism (~> 1.4)
4343
ruby-progressbar (1.13.0)
@@ -48,7 +48,7 @@ GEM
4848
simplecov-cobertura (2.1.0)
4949
rexml
5050
simplecov (~> 0.19)
51-
simplecov-html (0.13.1)
51+
simplecov-html (0.13.2)
5252
simplecov_json_formatter (0.1.4)
5353
unicode-display_width (3.1.4)
5454
unicode-emoji (~> 4.0, >= 4.0.4)

0 commit comments

Comments
 (0)