Commit 6baf1827 by mingyuan

package

parent 693d5bcb
...@@ -31,6 +31,8 @@ PATH ...@@ -31,6 +31,8 @@ PATH
remote: . remote: .
specs: specs:
rails_dingtalk (0.1) rails_dingtalk (0.1)
http-form_data (~> 2.3)
httpx (~> 0.16)
rails (>= 5.0) rails (>= 5.0)
GEM GEM
......
...@@ -20,4 +20,6 @@ Gem::Specification.new do |s| ...@@ -20,4 +20,6 @@ Gem::Specification.new do |s|
] ]
s.add_dependency 'rails', '>= 5.0' s.add_dependency 'rails', '>= 5.0'
s.add_dependency 'httpx', '~> 0.16'
s.add_dependency 'http-form_data', '~> 2.3'
end end
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