Skip to content

Commit e5fc0a5

Browse files
committed
gem and pnpm upgrade
1 parent 37789e4 commit e5fc0a5

3 files changed

Lines changed: 140 additions & 108 deletions

File tree

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ GEM
142142
bootsnap (1.19.0)
143143
msgpack (~> 1.2)
144144
builder (3.3.0)
145-
capistrano (3.19.2)
145+
capistrano (3.20.0)
146146
airbrussh (>= 1.0.0)
147147
i18n
148148
rake (>= 10.0.0)
@@ -168,13 +168,13 @@ GEM
168168
rack-test (>= 0.6.3)
169169
regexp_parser (>= 1.5, < 3.0)
170170
xpath (~> 3.2)
171-
cgi (0.5.0)
171+
cgi (0.5.1)
172172
concurrent-ruby (1.3.5)
173173
connection_pool (2.5.5)
174174
crass (1.0.6)
175175
csv (3.3.5)
176176
dalli (3.2.8)
177-
date (3.5.0)
177+
date (3.5.1)
178178
debug (1.11.0)
179179
irb (~> 1.10)
180180
reline (>= 0.3.8)
@@ -252,7 +252,7 @@ GEM
252252
matrix (0.4.3)
253253
mini_mime (1.1.5)
254254
mini_portile2 (2.8.9)
255-
minitest (5.26.2)
255+
minitest (5.27.0)
256256
minitest-ci (3.4.0)
257257
minitest (>= 5.0.6)
258258
msgpack (1.8.0)
@@ -293,7 +293,7 @@ GEM
293293
prettyprint
294294
prettyprint (0.2.0)
295295
prism (1.6.0)
296-
psych (5.2.6)
296+
psych (5.3.0)
297297
date
298298
stringio
299299
public_suffix (7.0.0)
@@ -409,7 +409,7 @@ GEM
409409
sqlite3 (1.7.3-x86-linux)
410410
sqlite3 (1.7.3-x86_64-darwin)
411411
sqlite3 (1.7.3-x86_64-linux)
412-
sshkit (1.24.0)
412+
sshkit (1.25.0)
413413
base64
414414
logger
415415
net-scp (>= 1.1.2)
@@ -528,4 +528,4 @@ RUBY VERSION
528528
ruby 3.2.2p53
529529

530530
BUNDLED WITH
531-
4.0.0
531+
4.0.1

config/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# config valid for current version and patch releases of Capistrano
2-
lock '~> 3.19.0'
2+
lock '~> 3.20.0'
33

44
set :application, 'oauth2id'
55
set :repo_url, 'https://git.thape.com.cn/Eric-Guo/oauth2id.git'

0 commit comments

Comments
 (0)