Skip to content

Commit 6294810

Browse files
authored
Merge pull request #890 from Homebrew/dependabot/all-70fae77ab4
2 parents 2401a1f + bb0abae commit 6294810

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
27+
uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.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@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
26+
uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
2727
with:
2828
ruby-version: ${{ matrix.ruby }}
2929
bundler-cache: true

Gemfile.lock

Lines changed: 3 additions & 3 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.13.0)
10+
json (2.13.1)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
logger (1.7.0)
@@ -17,7 +17,7 @@ GEM
1717
iniparse (~> 1.4)
1818
rexml (>= 3.3.9)
1919
parallel (1.27.0)
20-
parser (3.3.8.0)
20+
parser (3.3.9.0)
2121
ast (~> 2.4.1)
2222
racc
2323
prism (1.4.0)
@@ -45,7 +45,7 @@ GEM
4545
docile (~> 1.1)
4646
simplecov-html (~> 0.11)
4747
simplecov_json_formatter (~> 0.1)
48-
simplecov-cobertura (2.1.0)
48+
simplecov-cobertura (3.0.0)
4949
rexml
5050
simplecov (~> 0.19)
5151
simplecov-html (0.13.2)

0 commit comments

Comments
 (0)