Vote #73361
完了Put source :rubygems url HTTP secure
0%
説明
I've got some warnings after upgrade my Apache passenger's module to a newer version.
It seems like we now have to use HTTPS instead of HTTP in the Gemfile for "source".
I've attached a patch.
journals
Problem happens with gem bundler v 1.2.4
More informations here : https://github.com/ooyala/barkeep/pull/396
And the bundler commit which make the warnings : https://github.com/carlhuda/bundler/commit/fcadf1f9d2eaca9be6370dddeb78d4ca5b30bf40
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Well I would appreciate that this could get it's way in 2.3, as it is just a small change but would give a little bit more security. :-)
--------------------------------------------------------------------------------
Change done.
--------------------------------------------------------------------------------
r11486 roll backed http.
Why?
--------------------------------------------------------------------------------
Sorry, I had to remove it when trying ruby 2.0 (cert validation error) but I didn't mean to commit it.
This error needs further investigation.
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> Sorry, I had to remove it when trying ruby 2.0 (cert validation error) but I didn't mean to commit it.
I cannot reproduce on Ruby 2.0 which installed by rvm on CentOS 6.
<pre>
$ ruby --version
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
$ ruby script/about
/REDMINE/hg-workdir/redmine-bb-all/lib/plugins/rfpdf/lib/tcpdf.rb:42: warning: class variable access from toplevel
/REDMINE/hg-workdir/redmine-bb-all/lib/plugins/rfpdf/lib/tcpdf.rb:43: warning: class variable access from toplevel
/REDMINE/hg-workdir/redmine-bb-all/lib/SVG/Graph/Graph.rb:3: warning: class variable access from toplevel
Environment:
Redmine version 2.3.0.devel
Ruby version 2.0.0 (x86_64-linux)
Rails version 3.2.12
Environment production
Database adapter SQLite
Redmine plugins:
no plugin installed
</pre>
--------------------------------------------------------------------------------
Toshi MARUYAMA wrote:
> r11486 roll backed http.
Reverted in r11487.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,13254,Secure Gem-Source