Oops, didn't mean to revert to http on rubygems.

This commit is contained in:
Robin Ward 2013-03-07 12:20:19 -05:00
parent f8d8272406
commit 6277397506
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'
gem 'active_model_serializers', git: 'git://github.com/rails-api/active_model_serializers.git'
gem 'ember-rails', git: 'git://github.com/emberjs/ember-rails.git' # so we get the pre version

View File

@ -71,7 +71,7 @@ PATH
rails (~> 3.1)
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
actionmailer (3.2.12)
actionpack (= 3.2.12)