Skip to content

Conversation

@coderberry
Copy link

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)

Basically, I cannot use this gem as it is currently and have a newer version
of httpclient used in my app, which allows me to apply the POODLE ssl fix.

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/

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant