Commit 46329c63 by mingyuan

dingtalk

parent 9f2ec91c
...@@ -2,7 +2,7 @@ source 'https://rubygems.org' ...@@ -2,7 +2,7 @@ source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec gemspec
gem 'rails', '7.0.0.alpha.2' gem 'rails'
gem 'pg' gem 'pg'
gem 'puma' gem 'puma'
gem 'sidekiq' gem 'sidekiq'
......
GIT GIT
remote: https://github.com/work-design/rails_com.git remote: https://github.com/work-design/rails_com.git
revision: 6b0931ba94aeedbf6c3dad341239253d016872f9 revision: aa23bcf4634c618df4d1f5f05aecc61e617343f7
specs: specs:
rails_com (1.3.0) rails_com (1.3.0)
acme-client acme-client
...@@ -11,27 +11,31 @@ GIT ...@@ -11,27 +11,31 @@ GIT
httpx (~> 0.16) httpx (~> 0.16)
jbuilder jbuilder
kaminari kaminari
net-http
net-imap
net-pop
net-smtp
rails (>= 6.1) rails (>= 6.1)
rails_extend rails_extend
turbo-rails turbo-rails
GIT GIT
remote: https://github.com/work-design/rails_design.git remote: https://github.com/work-design/rails_design.git
revision: 9aad5473965210a1554f37f8a8d537eef0202779 revision: 74f98d6e4b305a41c39944a33b84afeda60012a0
specs: specs:
rails_design (0.0.1) rails_design (0.0.1)
rails rails
GIT GIT
remote: https://github.com/work-design/rails_extend.git remote: https://github.com/work-design/rails_extend.git
revision: ac9fc256372c9cbbb70bceecc853b87bc5cb70b2 revision: 196c4a31c4843a24ea46b69df8404c1ab447860c
specs: specs:
rails_extend (1.0.1) rails_extend (1.0.1)
rails (>= 5.0) rails (>= 5.0)
GIT GIT
remote: https://github.com/work-design/rails_vite.git remote: https://github.com/work-design/rails_vite.git
revision: 231c4cf7eb14fc610ffd8d36b686df8e5d2351cd revision: 97a0a69f98c313bc2ab63a77e14de5f6cd39f9eb
specs: specs:
rails_vite (0.0.1) rails_vite (0.0.1)
rails rails
...@@ -49,67 +53,68 @@ GEM ...@@ -49,67 +53,68 @@ GEM
specs: specs:
acme-client (2.0.9) acme-client (2.0.9)
faraday (>= 0.17, < 2.0.0) faraday (>= 0.17, < 2.0.0)
actioncable (7.0.0.alpha2) actioncable (7.0.0)
actionpack (= 7.0.0.alpha2) actionpack (= 7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.0.alpha2) actionmailbox (7.0.0)
actionpack (= 7.0.0.alpha2) actionpack (= 7.0.0)
activejob (= 7.0.0.alpha2) activejob (= 7.0.0)
activerecord (= 7.0.0.alpha2) activerecord (= 7.0.0)
activestorage (= 7.0.0.alpha2) activestorage (= 7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (7.0.0.alpha2) actionmailer (7.0.0)
actionpack (= 7.0.0.alpha2) actionpack (= 7.0.0)
actionview (= 7.0.0.alpha2) actionview (= 7.0.0)
activejob (= 7.0.0.alpha2) activejob (= 7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.0.alpha2) actionpack (7.0.0)
actionview (= 7.0.0.alpha2) actionview (= 7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.0.alpha2) actiontext (7.0.0)
actionpack (= 7.0.0.alpha2) actionpack (= 7.0.0)
activerecord (= 7.0.0.alpha2) activerecord (= 7.0.0)
activestorage (= 7.0.0.alpha2) activestorage (= 7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.0.alpha2) actionview (7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.0.alpha2) activejob (7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.0.alpha2) activemodel (7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
activerecord (7.0.0.alpha2) activerecord (7.0.0)
activemodel (= 7.0.0.alpha2) activemodel (= 7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
activestorage (7.0.0.alpha2) activestorage (7.0.0)
actionpack (= 7.0.0.alpha2) actionpack (= 7.0.0)
activejob (= 7.0.0.alpha2) activejob (= 7.0.0)
activerecord (= 7.0.0.alpha2) activerecord (= 7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
marcel (~> 1.0.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.0.alpha2) activesupport (7.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
tzinfo (~> 2.0) tzinfo (~> 2.0)
acts_as_list (1.0.4) acts_as_list (1.0.4)
activerecord (>= 4.2) activerecord (>= 4.2)
amazing_print (1.3.0) amazing_print (1.4.0)
builder (3.2.4) builder (3.2.4)
closure_tree (7.4.0) closure_tree (7.4.0)
activerecord (>= 4.2.10) activerecord (>= 4.2.10)
...@@ -117,11 +122,12 @@ GEM ...@@ -117,11 +122,12 @@ GEM
concurrent-ruby (1.1.9) concurrent-ruby (1.1.9)
connection_pool (2.2.5) connection_pool (2.2.5)
crass (1.0.6) crass (1.0.6)
debug (1.1.0) debug (1.4.0)
irb irb (>= 1.3.6)
reline (>= 0.2.7) reline (>= 0.2.7)
default_where (2.3.0) default_where (2.3.0)
activerecord (>= 4.0, <= 7.0) activerecord (>= 4.0, <= 7.0)
digest (3.1.0)
erubi (1.10.0) erubi (1.10.0)
faraday (1.8.0) faraday (1.8.0)
faraday-em_http (~> 1.0) faraday-em_http (~> 1.0)
...@@ -142,19 +148,20 @@ GEM ...@@ -142,19 +148,20 @@ GEM
faraday-net_http_persistent (1.2.0) faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0) faraday-patron (1.0.0)
faraday-rack (1.0.0) faraday-rack (1.0.0)
globalid (0.5.2) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
http-2-next (0.5.0) http-2-next (0.5.0)
http-form_data (2.3.0) http-form_data (2.3.0)
httpx (0.17.0) httpx (0.18.3)
http-2-next (>= 0.4.1) http-2-next (>= 0.4.1)
timers i18n (1.8.11)
i18n (1.8.10)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
io-console (0.5.9) io-console (0.5.9)
io-wait (0.2.1)
irb (1.3.7) irb (1.3.7)
reline (>= 0.2.7) reline (>= 0.2.7)
jbuilder (2.11.2) jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
kaminari (1.2.1) kaminari (1.2.1)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
...@@ -168,88 +175,105 @@ GEM ...@@ -168,88 +175,105 @@ GEM
activerecord activerecord
kaminari-core (= 1.2.1) kaminari-core (= 1.2.1)
kaminari-core (1.2.1) kaminari-core (1.2.1)
loofah (2.12.0) loofah (2.13.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (1.0.2) marcel (1.0.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.1) mini_mime (1.1.2)
mini_portile2 (2.6.1) mini_portile2 (2.6.1)
minitest (5.14.4) minitest (5.15.0)
minitest-hooks (1.5.0) minitest-hooks (1.5.0)
minitest (> 5.3) minitest (> 5.3)
multipart-post (2.1.1) multipart-post (2.1.1)
net-http (0.2.0)
net-protocol
uri
net-imap (0.2.2)
digest
net-protocol
strscan
net-pop (0.1.1)
digest
net-protocol
timeout
net-protocol (0.1.2)
io-wait
timeout
net-smtp (0.3.1)
digest
net-protocol
timeout
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.12.4) nokogiri (1.12.5)
mini_portile2 (~> 2.6.1) mini_portile2 (~> 2.6.1)
racc (~> 1.4) racc (~> 1.4)
pg (1.2.3) pg (1.2.3)
puma (5.5.0) psych (4.0.3)
stringio
puma (5.5.2)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.5.2) racc (1.6.0)
rack (2.2.3) rack (2.2.3)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (7.0.0.alpha2) rails (7.0.0)
actioncable (= 7.0.0.alpha2) actioncable (= 7.0.0)
actionmailbox (= 7.0.0.alpha2) actionmailbox (= 7.0.0)
actionmailer (= 7.0.0.alpha2) actionmailer (= 7.0.0)
actionpack (= 7.0.0.alpha2) actionpack (= 7.0.0)
actiontext (= 7.0.0.alpha2) actiontext (= 7.0.0)
actionview (= 7.0.0.alpha2) actionview (= 7.0.0)
activejob (= 7.0.0.alpha2) activejob (= 7.0.0)
activemodel (= 7.0.0.alpha2) activemodel (= 7.0.0)
activerecord (= 7.0.0.alpha2) activerecord (= 7.0.0)
activestorage (= 7.0.0.alpha2) activestorage (= 7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.0.alpha2) railties (= 7.0.0)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
railties (7.0.0.alpha2) railties (7.0.0)
actionpack (= 7.0.0.alpha2) actionpack (= 7.0.0)
activesupport (= 7.0.0.alpha2) activesupport (= 7.0.0)
method_source method_source
rake (>= 0.13) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
zeitwerk (~> 2.5.0.beta3) zeitwerk (~> 2.5)
rake (13.0.6) rake (13.0.6)
rdoc (6.3.2) rdoc (6.4.0)
redis (4.4.0) psych (>= 4.0.0)
redis (4.5.1)
reline (0.2.7) reline (0.2.7)
io-console (~> 0.5) io-console (~> 0.5)
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
sdoc (2.2.0) sdoc (2.2.0)
rdoc (>= 5.0) rdoc (>= 5.0)
sidekiq (6.2.2) sidekiq (6.3.1)
connection_pool (>= 2.2.2) connection_pool (>= 2.2.2)
rack (~> 2.0) rack (~> 2.0)
redis (>= 4.2.0) redis (>= 4.2.0)
sprockets (4.0.2) stringio (3.0.1)
concurrent-ruby (~> 1.0) strscan (3.0.1)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.1.0) thor (1.1.0)
timers (4.3.3) timeout (0.2.0)
turbo-rails (7.1.1) turbo-rails (1.0.0)
rails (>= 6.0.0) actionpack (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.4) tzinfo (2.0.4)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
uri (0.11.0)
websocket-driver (0.7.5) websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
with_advisory_lock (4.6.0) with_advisory_lock (4.6.0)
activerecord (>= 4.2) activerecord (>= 4.2)
zeitwerk (2.5.0.beta4) zeitwerk (2.5.1)
PLATFORMS PLATFORMS
ruby ruby
...@@ -263,7 +287,7 @@ DEPENDENCIES ...@@ -263,7 +287,7 @@ DEPENDENCIES
minitest-hooks minitest-hooks
pg pg
puma puma
rails (= 7.0.0.alpha.2) rails
rails_com! rails_com!
rails_design! rails_design!
rails_dingtalk! rails_dingtalk!
...@@ -273,4 +297,4 @@ DEPENDENCIES ...@@ -273,4 +297,4 @@ DEPENDENCIES
sidekiq sidekiq
BUNDLED WITH BUNDLED WITH
2.2.22 2.3.0.dev
...@@ -8,4 +8,3 @@ ...@@ -8,4 +8,3 @@
<p><%= Dingtalk::App.human_attribute_name(:app_secret) %></p> <p><%= Dingtalk::App.human_attribute_name(:app_secret) %></p>
</th> </th>
<th><%= Dingtalk::App.human_attribute_name(:tenant_id) %></th> <th><%= Dingtalk::App.human_attribute_name(:tenant_id) %></th>
<th></th>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment