[rubygems/rubygems] Update vendored version and patch for net-http and net-http-persistent
https://github.com/rubygems/rubygems/commit/b9a4722d5e
This commit is contained in:
parent
a7af85a7bd
commit
52d72979ae
@ -4,8 +4,8 @@ source "https://rubygems.org"
|
||||
|
||||
gem "fileutils", "1.7.3"
|
||||
gem "molinillo", github: "cocoapods/molinillo"
|
||||
gem "net-http", "0.6.0"
|
||||
gem "net-http-persistent", "4.0.4"
|
||||
gem "net-http", github: "ruby/net-http", ref: "d8fd39c589279b1aaec85a7c8de9b3e199c72efe"
|
||||
gem "net-http-persistent", github: "hsbt/net-http-persistent", ref: "9b6fbd733cf35596dfe7f80c0c154f9f3d17dbdb"
|
||||
gem "net-protocol", "0.2.2"
|
||||
gem "optparse", "0.6.0"
|
||||
gem "pub_grub", github: "jhawthorn/pub_grub", ref: "df6add45d1b4d122daff2f959c9bd1ca93d14261"
|
||||
|
@ -4,6 +4,14 @@ GIT
|
||||
specs:
|
||||
molinillo (0.8.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/hsbt/net-http-persistent.git
|
||||
revision: 9b6fbd733cf35596dfe7f80c0c154f9f3d17dbdb
|
||||
ref: 9b6fbd733cf35596dfe7f80c0c154f9f3d17dbdb
|
||||
specs:
|
||||
net-http-persistent (4.0.6)
|
||||
connection_pool (~> 2.2, >= 2.2.4)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/jhawthorn/pub_grub.git
|
||||
revision: df6add45d1b4d122daff2f959c9bd1ca93d14261
|
||||
@ -11,15 +19,19 @@ GIT
|
||||
specs:
|
||||
pub_grub (0.5.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/ruby/net-http.git
|
||||
revision: d8fd39c589279b1aaec85a7c8de9b3e199c72efe
|
||||
ref: d8fd39c589279b1aaec85a7c8de9b3e199c72efe
|
||||
specs:
|
||||
net-http (0.6.0)
|
||||
uri
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
connection_pool (2.4.1)
|
||||
fileutils (1.7.3)
|
||||
net-http (0.6.0)
|
||||
uri
|
||||
net-http-persistent (4.0.4)
|
||||
connection_pool (~> 2.2)
|
||||
net-protocol (0.2.2)
|
||||
timeout
|
||||
optparse (0.6.0)
|
||||
@ -41,8 +53,8 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
fileutils (= 1.7.3)
|
||||
molinillo!
|
||||
net-http (= 0.6.0)
|
||||
net-http-persistent (= 4.0.4)
|
||||
net-http!
|
||||
net-http-persistent!
|
||||
net-protocol (= 0.2.2)
|
||||
optparse (= 0.6.0)
|
||||
pub_grub!
|
||||
@ -57,8 +69,8 @@ CHECKSUMS
|
||||
connection_pool (2.4.1) sha256=0f40cf997091f1f04ff66da67eabd61a9fe0d4928b9a3645228532512fab62f4
|
||||
fileutils (1.7.3) sha256=57271e854b694a87755d76f836f5c57b2c9538ebbaf4b2154bb66addf15eb5da
|
||||
molinillo (0.8.0)
|
||||
net-http (0.6.0) sha256=9621b20c137898af9d890556848c93603716cab516dc2c89b01a38b894e259fb
|
||||
net-http-persistent (4.0.4) sha256=b62b7e528f72890f5cd67e7f687eeae55cf9f2cda22fd659494363da2fa7f4b2
|
||||
net-http (0.6.0)
|
||||
net-http-persistent (4.0.6)
|
||||
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
||||
optparse (0.6.0) sha256=25e90469c1cd44048a89dc01c1dde9d5f0bdf717851055fb18237780779b068c
|
||||
pub_grub (0.5.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user