Merge pull request #4018 from instrumentio/feature/bundler
bundler should communicate with rubygems using ssl
This commit is contained in:
commit
fa8f4bd0b1
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,4 +1,4 @@
|
||||||
source 'http://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '3.2.12'
|
gem 'rails', '3.2.12'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ GIT
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (3.2.12)
|
actionmailer (3.2.12)
|
||||||
actionpack (= 3.2.12)
|
actionpack (= 3.2.12)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue