mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
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 '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
|
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)
|
rails (~> 3.1)
|
||||||
|
|
||||||
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 New Issue
Block a user