Skip to content

Commit 32e4326

Browse files
author
Eric Berry
committed
Security Update: httpclient library to latest version (2.5.1)
This is a security patch. With the latest version of httpclient, if you use this gem in an app already using httpclient, you will still be able to apply the security patch referenced here: nahi/httpclient#202 (comment)
1 parent 1328da3 commit 32e4326

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
gem "httparty", ">= 0.4.5"
4-
gem "httpclient", ">= 2.1.5.2"
4+
gem "httpclient", ">= 2.5.1"
55
gem "json", ">= 1.1.9"
66
gem "multipart-post", ">= 1.0.1"
77
gem "oauth", ">= 0.4.3"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GEM
3232
httparty (0.11.0)
3333
multi_json (~> 1.0)
3434
multi_xml (>= 0.5.2)
35-
httpclient (2.3.3)
35+
httpclient (2.5.1)
3636
i18n (0.6.1)
3737
jeweler (2.0.1)
3838
builder
@@ -92,7 +92,7 @@ DEPENDENCIES
9292
coveralls
9393
fakeweb (>= 1.2.6)
9494
httparty (>= 0.4.5)
95-
httpclient (>= 2.1.5.2)
95+
httpclient (>= 2.5.1)
9696
jeweler (~> 2.0.1)
9797
json (>= 1.1.9)
9898
mocha (>= 0.9.8)

vimeo.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Gem::Specification.new do |s|
207207

208208
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
209209
s.add_runtime_dependency(%q<httparty>, [">= 0.4.5"])
210-
s.add_runtime_dependency(%q<httpclient>, [">= 2.1.5.2"])
210+
s.add_runtime_dependency(%q<httpclient>, [">= 2.5.1"])
211211
s.add_runtime_dependency(%q<json>, [">= 1.1.9"])
212212
s.add_runtime_dependency(%q<multipart-post>, [">= 1.0.1"])
213213
s.add_runtime_dependency(%q<oauth>, [">= 0.4.3"])
@@ -220,7 +220,7 @@ Gem::Specification.new do |s|
220220
s.add_development_dependency(%q<ruby-prof>, [">= 0.9.2"])
221221
else
222222
s.add_dependency(%q<httparty>, [">= 0.4.5"])
223-
s.add_dependency(%q<httpclient>, [">= 2.1.5.2"])
223+
s.add_dependency(%q<httpclient>, [">= 2.5.1"])
224224
s.add_dependency(%q<json>, [">= 1.1.9"])
225225
s.add_dependency(%q<multipart-post>, [">= 1.0.1"])
226226
s.add_dependency(%q<oauth>, [">= 0.4.3"])
@@ -234,7 +234,7 @@ Gem::Specification.new do |s|
234234
end
235235
else
236236
s.add_dependency(%q<httparty>, [">= 0.4.5"])
237-
s.add_dependency(%q<httpclient>, [">= 2.1.5.2"])
237+
s.add_dependency(%q<httpclient>, [">= 2.5.1"])
238238
s.add_dependency(%q<json>, [">= 1.1.9"])
239239
s.add_dependency(%q<multipart-post>, [">= 1.0.1"])
240240
s.add_dependency(%q<oauth>, [">= 0.4.3"])

0 commit comments

Comments
 (0)