Actions
Feature #13254
closedSecure Gem-Source
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gems support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
Hi,
CentOS 6.3 throwing this error with current RubyGems.
This could be fixed by using source: https://rubygems.org/ instead of http://rubygems.org in Gemfile.
bundle update
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if > possible, or 'http://rubygems.org' if not.
Fetching gem metadata from http://rubygems.org/.........
Related issues
Updated by Etienne Massip over 11 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Dupe of #13173.
Updated by Daniel Felix over 11 years ago
Ah sorry. haven't seen this in the last days in the activities.
Well I would appreciate if this could get inside 2.3. :-)
Actions