aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-11-02 10:09:55 +0000
committerAndrew White <andrew.white@unboxed.co>2016-11-02 10:09:55 +0000
commit135e6fb23b0818ba5173f166edeb813685e0f26e (patch)
tree33f7063ff227a673a754eaff79c8b409b1c63221
parent84ce53e9259ddfbca5fb7842fceaf77d5df2c06f (diff)
downloadrails-135e6fb23b0818ba5173f166edeb813685e0f26e.tar.gz
rails-135e6fb23b0818ba5173f166edeb813685e0f26e.tar.bz2
rails-135e6fb23b0818ba5173f166edeb813685e0f26e.zip
Prefer https over git for security
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index a81790172a..9507e19716 100644
--- a/Gemfile
+++ b/Gemfile
@@ -58,7 +58,7 @@ group :doc do
# to a bug, but the PR that fixes it has been there
# for some weeks unapplied. As a temporary solution
# this is our own fork with the fix.
- gem 'sdoc', :git => 'git://github.com/fxn/sdoc.git'
+ gem 'sdoc', :git => 'https://github.com/fxn/sdoc.git'
gem 'RedCloth', '~> 4.2'
gem 'w3c_validators'
end
@@ -121,7 +121,7 @@ if ENV['ORACLE_ENHANCED_PATH'] || ENV['ORACLE_ENHANCED']
if ENV['ORACLE_ENHANCED_PATH']
gem 'activerecord-oracle_enhanced-adapter', :path => ENV['ORACLE_ENHANCED_PATH']
else
- gem 'activerecord-oracle_enhanced-adapter', :git => 'git://github.com/rsim/oracle-enhanced.git'
+ gem 'activerecord-oracle_enhanced-adapter', :git => 'https://github.com/rsim/oracle-enhanced.git'
end
end