Merge pull request #142 from shaneog/master
Use HTTPS protocol in Gemfile
This commit is contained in:
commit
5d1a1a92b7
4
Gemfile
4
Gemfile
|
@ -8,7 +8,7 @@ gem 'stamp'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
gem 'jquery-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 "carrierwave"
|
||||||
gem 'six'
|
gem 'six'
|
||||||
gem 'therubyracer'
|
gem 'therubyracer'
|
||||||
|
@ -32,7 +32,7 @@ end
|
||||||
group :development do
|
group :development do
|
||||||
gem 'letter_opener'
|
gem 'letter_opener'
|
||||||
gem 'rails-footnotes', '~> 3.7.5'
|
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
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/ctran/annotate_models.git
|
remote: https://github.com/ctran/annotate_models.git
|
||||||
revision: fb73329243056a6d9a64878e5c543aba9b6417de
|
revision: fb73329243056a6d9a64878e5c543aba9b6417de
|
||||||
specs:
|
specs:
|
||||||
annotate (2.4.1.beta1)
|
annotate (2.4.1.beta1)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/gitlabhq/grit.git
|
remote: https://github.com/gitlabhq/grit.git
|
||||||
revision: ff015074ef35bd94cba943f9c0f98e161ab5851c
|
revision: ff015074ef35bd94cba943f9c0f98e161ab5851c
|
||||||
specs:
|
specs:
|
||||||
grit (2.4.1)
|
grit (2.4.1)
|
||||||
|
|
Loading…
Reference in a new issue