summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tool/bundler/vendor_gems.rb4
-rw-r--r--tool/bundler/vendor_gems.rb.lock28
2 files changed, 22 insertions, 10 deletions
diff --git a/tool/bundler/vendor_gems.rb b/tool/bundler/vendor_gems.rb
index 467bbf33b3..2e9fb7f18f 100644
--- a/tool/bundler/vendor_gems.rb
+++ b/tool/bundler/vendor_gems.rb
@@ -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"
diff --git a/tool/bundler/vendor_gems.rb.lock b/tool/bundler/vendor_gems.rb.lock
index 55ac15bd03..0fb79079b2 100644
--- a/tool/bundler/vendor_gems.rb.lock
+++ b/tool/bundler/vendor_gems.rb.lock
@@ -5,21 +5,33 @@ GIT
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
ref: df6add45d1b4d122daff2f959c9bd1ca93d14261
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)