From 5210cfe792940f59ed92b91fc493ead29d7904c4 Mon Sep 17 00:00:00 2001 From: Andreas Falk Date: Thu, 25 Apr 2013 12:32:03 +0200 Subject: [PATCH] Use https urls for gems fetched from git --- Gemfile | 4 ++-- Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c59adcb..b745945 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'htmlentities', "~> 4.3.0" gem 'rack-ssl', :require => 'rack/ssl' # force SSL # Remove this when tilt 1.3.7 is released. -gem 'tilt', :git => 'git://github.com/rtomayko/tilt' +gem 'tilt', :git => 'https://github.com/rtomayko/tilt.git' gem 'useragent', '~> 0.4.16' gem 'inherited_resources' @@ -40,7 +40,7 @@ gem 'ruby-fogbugz', :require => 'fogbugz' # Github Issues gem 'octokit', '~> 1.0.0' # Gitlab -gem 'gitlab', :git => 'git://github.com/NARKOZ/gitlab' +gem 'gitlab', :git => 'https://github.com/NARKOZ/gitlab.git' # Bitbucket Issues gem 'bitbucket_rest_api' diff --git a/Gemfile.lock b/Gemfile.lock index d9cb3b1..c0cd2ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GIT - remote: git://github.com/NARKOZ/gitlab + remote: https://github.com/NARKOZ/gitlab.git revision: f2ba111dba70eca5346a880c541dafaf35d3332a specs: gitlab (2.2.0) httparty GIT - remote: git://github.com/rtomayko/tilt + remote: https://github.com/rtomayko/tilt.git revision: 24ea7e9fa5a0624188069393abf033bb8b3f218c specs: tilt (1.3.6) -- libgit2 0.21.2