Skip to content

Commit 2acd422

Browse files
authored
Merge pull request #153 from github/combined-prs
Combined PRs
2 parents 42d9039 + 883726c commit 2acd422

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: checkout
2626
uses: actions/checkout@v6
2727

28-
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # pin@v1.293.0
28+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0
2929
with:
3030
bundler-cache: true
3131

.github/workflows/gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: checkout
2121
uses: actions/checkout@v6
2222

23-
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # pin@v1.293.0
23+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0
2424
with:
2525
bundler-cache: true
2626

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: checkout
1919
uses: actions/checkout@v6
2020

21-
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # pin@v1.293.0
21+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: checkout
2323
uses: actions/checkout@v6
2424

25-
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # pin@v1.293.0
25+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0
2626
with:
2727
bundler-cache: true
2828
ruby-version: ${{ matrix.ruby }}

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (8.1.2)
11+
activesupport (8.1.2.1)
1212
base64
1313
bigdecimal
1414
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -62,7 +62,7 @@ GEM
6262
pp (>= 0.6.0)
6363
rdoc (>= 4.0.0)
6464
reline (>= 0.4.2)
65-
json (2.19.1)
65+
json (2.19.2)
6666
json-schema (6.2.0)
6767
addressable (~> 2.8)
6868
bigdecimal (>= 3.1, < 5)
263 KB
Binary file not shown.
-263 KB
Binary file not shown.

vendor/cache/json-2.19.1.gem

-103 KB
Binary file not shown.

vendor/cache/json-2.19.2.gem

103 KB
Binary file not shown.

0 commit comments

Comments
 (0)