Skip to content

Commit

Permalink
Changed git repos in Gemfile from git:// to https:// (seems to be mor…
Browse files Browse the repository at this point in the history
…e resilient)
  • Loading branch information
ndbroadbent committed Mar 30, 2012
1 parent 7825e53 commit f1cdf28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -22,8 +22,8 @@ spec.runtime_dependencies.each do |dep|
gem dep.name, *(dep.requirement.as_list) gem dep.name, *(dep.requirement.as_list)
end end


gem 'ransack', :git => "git://github.com/fatfreecrm/ransack.git" gem 'ransack', :git => "https://github.com/fatfreecrm/ransack.git"
gem 'chosen-rails', :git => "git://github.com/fatfreecrm/chosen-rails.git" gem 'chosen-rails', :git => "https://github.com/fatfreecrm/chosen-rails.git"
gem 'responds_to_parent', :git => "https://github.com/LessonPlanet/responds_to_parent.git" gem 'responds_to_parent', :git => "https://github.com/LessonPlanet/responds_to_parent.git"


# Remove fat_free_crm from dependencies, to stop it from being auto-required. # Remove fat_free_crm from dependencies, to stop it from being auto-required.
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
@@ -1,13 +1,19 @@
GIT GIT
remote: git://github.com/fatfreecrm/chosen-rails.git remote: https://github.com/LessonPlanet/responds_to_parent.git
revision: 1f0c6d82eda5e7f331a30fc029e7ead2a7dbdebf
specs:
responds_to_parent (1.0.20091013)

GIT
remote: https://github.com/fatfreecrm/chosen-rails.git
revision: 33c92a8554ee14d11b7293eb531371a05c0a0b67 revision: 33c92a8554ee14d11b7293eb531371a05c0a0b67
specs: specs:
chosen-rails (0.9.5) chosen-rails (0.9.5)
railties (~> 3.0) railties (~> 3.0)
thor (~> 0.14) thor (~> 0.14)


GIT GIT
remote: git://github.com/fatfreecrm/ransack.git remote: https://github.com/fatfreecrm/ransack.git
revision: 92f5812d4320e5f1959f844d19d0386bb5654a08 revision: 92f5812d4320e5f1959f844d19d0386bb5654a08
specs: specs:
ransack (0.6.0) ransack (0.6.0)
Expand All @@ -16,12 +22,6 @@ GIT
chronic (~> 0.6.7) chronic (~> 0.6.7)
polyamorous (~> 0.5.0) polyamorous (~> 0.5.0)


GIT
remote: https://github.com/LessonPlanet/responds_to_parent.git
revision: 1f0c6d82eda5e7f331a30fc029e7ead2a7dbdebf
specs:
responds_to_parent (1.0.20091013)

PATH PATH
remote: . remote: .
specs: specs:
Expand Down

0 comments on commit f1cdf28

Please sign in to comment.