Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 90cc914

Browse files
committed
Merge pull request ruby-i18n#194 from jgakos/secure_fetch_dependencies
Fetch dependencies from rubygems using secure https.
2 parents 53764cc + dabd644 commit 90cc914

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
mocha (0.9.9)
55
rake

ci/Gemfile.no-rails

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
gem 'mocha'
44
gem 'test_declarative'

ci/Gemfile.rails-2.3.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
gem 'activesupport', '~> 2.3'
44
gem 'sqlite3-ruby'

ci/Gemfile.rails-3.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
gem 'activesupport', '~> 3.0.0'
44
gem 'sqlite3-ruby'

0 commit comments

Comments
 (0)