Skip to content

Commit

Permalink
Use https instead of http when connecting to rubygems.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhoorn committed Oct 24, 2013
1 parent 84fb4ef commit 1fb1c1d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

gem 'activerecord', '~> 3.2.13'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails-3-0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

gem 'activerecord', '~> 3.0.20'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails-3-0.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.0.20)
activesupport (= 3.0.20)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails-3-1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

gem 'activerecord', '~> 3.1.12'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails-3-1.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.1.12)
activesupport (= 3.1.12)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails-4-0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

gem 'activerecord', '~> 4.0.0.beta1'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails-4-0.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (4.0.0.beta1)
activesupport (= 4.0.0.beta1)
Expand Down

0 comments on commit 1fb1c1d

Please sign in to comment.