summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-11-24 09:35:55 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-11-24 09:35:55 -0800
commit5d1a1a92b7b683f9cee421bb08120fc04184a3b8 (patch)
treeb06eecc880998f6714e09abdd4b522621a52851a
parent3e3367158672558d3213657e3fcea3391cec0c30 (diff)
parent284ba65e8abb892002136ca5d331675d6085d9d1 (diff)
downloadgitlab-ce-5d1a1a92b7b683f9cee421bb08120fc04184a3b8.tar.gz
Merge pull request #142 from shaneog/master
Use HTTPS protocol in Gemfile
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock4
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 459a8b41af0..857ea229acb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ gem 'stamp'
gem 'kaminari'
gem 'haml-rails'
gem 'jquery-rails'
-gem 'grit', :git => 'git://github.com/gitlabhq/grit.git'
+gem 'grit', :git => 'https://github.com/gitlabhq/grit.git'
gem "carrierwave"
gem 'six'
gem 'therubyracer'
@@ -32,7 +32,7 @@ end
group :development do
gem 'letter_opener'
gem 'rails-footnotes', '~> 3.7.5'
- gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
+ gem 'annotate', :git => 'https://github.com/ctran/annotate_models.git'
end
group :development, :test do
diff --git a/Gemfile.lock b/Gemfile.lock
index 04c7764b225..2ff90cd4bf3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,11 +1,11 @@
GIT
- remote: git://github.com/ctran/annotate_models.git
+ remote: https://github.com/ctran/annotate_models.git
revision: fb73329243056a6d9a64878e5c543aba9b6417de
specs:
annotate (2.4.1.beta1)
GIT
- remote: git://github.com/gitlabhq/grit.git
+ remote: https://github.com/gitlabhq/grit.git
revision: ff015074ef35bd94cba943f9c0f98e161ab5851c
specs:
grit (2.4.1)