mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace] updated getting_started.md to use source 'https://rubygems.org' rather than :rubygems.
This commit is contained in:
parent
0c1ddd97c7
commit
323d976157
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ To install Fog via RubyGems run the following command:
|
|||
|
||||
To install Fog via Bundler add `gem 'fog'` to your `Gemfile`. This is a sample `Gemfile` to install Fog:
|
||||
|
||||
source :rubygems
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'fog'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue