Skip to content

Commit da3905c

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) Also removed Gemfile.lock and added the file to .gitignore. It is not good to check in Gemfile.lock into version control, since it enforces precision that does not exist in the gem command, which is used to install gems in practice. See http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
1 parent 32e4326 commit da3905c

File tree

2 files changed

+1
-105
lines changed

2 files changed

+1
-105
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
coverage
44
pkg/
55
.bundle
6+
Gemfile.lock

Gemfile.lock

-105
This file was deleted.

0 commit comments

Comments
 (0)