Skip to content

Commit 576744b

Browse files
chore(deps): update all non-major dependencies
1 parent ffbb33d commit 576744b

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
with:
2424
persist-credentials: true
2525

26-
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
26+
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
2727
with:
2828
bundler-cache: true
2929

@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353

5454
steps:
55-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
55+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5656
with:
5757
ref: main
5858
persist-credentials: false

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.7
1+
3.4.8

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
date (3.4.1)
5-
debug (1.11.0)
4+
date (3.5.1)
5+
debug (1.11.1)
66
irb (~> 1.10)
77
reline (>= 0.3.8)
8-
erb (5.0.1)
9-
io-console (0.8.0)
10-
irb (1.15.2)
8+
erb (5.0.3)
9+
io-console (0.8.2)
10+
irb (1.15.3)
1111
pp (>= 0.6.0)
1212
rdoc (>= 4.0.0)
1313
reline (>= 0.4.2)
14-
json (2.15.1)
15-
nokogiri (1.18.10-arm64-darwin)
14+
json (2.18.1)
15+
nokogiri (1.19.1-arm64-darwin)
1616
racc (~> 1.4)
17-
nokogiri (1.18.10-x86_64-darwin)
17+
nokogiri (1.19.1-x86_64-darwin)
1818
racc (~> 1.4)
19-
nokogiri (1.18.10-x86_64-linux-gnu)
19+
nokogiri (1.19.1-x86_64-linux-gnu)
2020
racc (~> 1.4)
21-
pp (0.6.2)
21+
pp (0.6.3)
2222
prettyprint
2323
prettyprint (0.2.0)
2424
psych (5.2.6)
2525
date
2626
stringio
2727
racc (1.8.1)
28-
rdoc (6.14.1)
28+
rdoc (6.14.2)
2929
erb
3030
psych (>= 4.0.0)
31-
reline (0.6.1)
31+
reline (0.6.3)
3232
io-console (~> 0.5)
33-
stringio (3.1.7)
33+
stringio (3.1.9)
3434

3535
PLATFORMS
3636
arm64-darwin-21

0 commit comments

Comments
 (0)