Remove deprecated :rubygems source from Gemfile

This commit is contained in:
Carlos Antonio da Silva 2013-02-25 21:54:34 -03:00
parent cdfc1a9800
commit 2a9fcff15f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'
gemspec

View File

@ -33,7 +33,7 @@ PATH
activemodel (>= 4.0.0.beta, < 4.1)
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
atomic (1.0.1)
builder (3.1.4)