Skip to content

Commit

Permalink
gem and yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Dec 18, 2024
1 parent 9c2ecd5 commit 80c2065
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 250 deletions.
45 changes: 23 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ GIT

GIT
remote: https://github.com/Eric-Guo/doorkeeper
revision: 3b906771f91b8e834b1ac392b7b2b1cdf8d21ab6
revision: 0f0b6aacc00cd9955c8fc9f25440f324c204ed7a
branch: main
specs:
doorkeeper (5.7.1)
doorkeeper (5.8.1)
railties (>= 5)

GIT
remote: https://github.com/Eric-Guo/wechat
revision: 14a97baa2cc98e4a09b3a9aa389bb9a44942a549
revision: f162c30bc768d67bf73a395de4f6e76f262cf53d
branch: main
specs:
wechat (0.17.5)
wechat (0.17.6)
activesupport (>= 6.0, < 9)
http (>= 1.0.4, < 6)
nokogiri (>= 1.6.0)
Expand All @@ -30,12 +30,13 @@ GIT

GIT
remote: https://github.com/thape-cn/doorkeeper-openid_connect
revision: ab28ba3cb822a003234469116ddbc3fa090c803a
revision: e2ac95897dcb9fb1a1a08ea9df558845084c2f69
branch: master
specs:
doorkeeper-openid_connect (1.8.9)
doorkeeper (>= 5.5, < 5.8)
doorkeeper-openid_connect (1.8.10)
doorkeeper (>= 5.5, < 5.9)
jwt (>= 2.5)
ostruct (>= 0.5)

GIT
remote: https://github.com/thape-cn/saml_idp
Expand Down Expand Up @@ -232,7 +233,7 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.8.0)
ipip-fast (0.0.2)
irb (1.14.1)
irb (1.14.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.13.0)
Expand All @@ -250,7 +251,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.2)
logger (1.6.3)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -269,7 +270,7 @@ GEM
minitest (>= 5.0.6)
msgpack (1.7.5)
mutex_m (0.3.0)
net-imap (0.5.1)
net-imap (0.5.2)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -284,22 +285,22 @@ GEM
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.17.1-aarch64-linux)
nokogiri (1.17.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.17.1-arm-linux)
nokogiri (1.17.2-arm-linux)
racc (~> 1.4)
nokogiri (1.17.1-arm64-darwin)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.1-x86-linux)
nokogiri (1.17.2-x86-linux)
racc (~> 1.4)
nokogiri (1.17.1-x86_64-darwin)
nokogiri (1.17.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.1-x86_64-linux)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.1)
pagy (9.3.3)
psych (5.2.1)
psych (5.2.2)
date
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -335,7 +336,7 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (7.0.10)
Expand All @@ -361,7 +362,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.9)
rexml (3.4.0)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
Expand All @@ -371,7 +372,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
securerandom (0.4.0)
securerandom (0.4.1)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down Expand Up @@ -411,7 +412,7 @@ GEM
execjs (>= 0.3.0, < 3)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.2)
timeout (0.4.3)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
Expand All @@ -421,7 +422,7 @@ GEM
macaddr (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
warden-jwt_auth (0.10.0)
warden-jwt_auth (0.10.1)
dry-auto_inject (>= 0.8, < 2)
dry-configurable (>= 0.13, < 2)
jwt (~> 2.1)
Expand Down
Loading

0 comments on commit 80c2065

Please sign in to comment.