Oops, didn't mean to revert to http on rubygems.
This commit is contained in:
parent
f8d8272406
commit
6277397506
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue