aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Etienne2013-11-29 15:18:05 +0100
committerMichel Etienne2013-11-29 15:18:05 +0100
commiteb2c0ae6c59f62ab67cc1ccd2c796653fc64b064 (patch)
tree61595f972bbd883c85db3d6fcea511c374c892f9
parentd87571cf0601158301e7efe112fc35926321ad7d (diff)
downloadchouette-core-eb2c0ae6c59f62ab67cc1ccd2c796653fc64b064.tar.bz2
fix https instead of git on georuby-ext reference
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index b3e7d67d9..a07288cf9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,7 +23,7 @@ gem 'devise_invitable'
# Map, Geolocalization
gem "map_layers", "0.0.4"
-gem "georuby-ext", :git => 'git://github.com/dryade/georuby-ext.git' , :ref => '69e3460141d831f0ad76780ee2b3f0a925a744f8'
+gem "georuby-ext", :git => 'https://github.com/dryade/georuby-ext.git' , :ref => '69e3460141d831f0ad76780ee2b3f0a925a744f8'
gem "geokit","1.6.5"
gem "dbf","2.0.5"
gem "json_pure","1.7.7"
diff --git a/Gemfile.lock b/Gemfile.lock
index 03700830b..5de7519a5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,5 +1,5 @@
GIT
- remote: git://github.com/dryade/georuby-ext.git
+ remote: https://github.com/dryade/georuby-ext.git
revision: 69e3460141d831f0ad76780ee2b3f0a925a744f8
ref: 69e3460141d831f0ad76780ee2b3f0a925a744f8
specs:
@@ -140,7 +140,7 @@ GEM
has_scope (0.5.1)
highline (1.6.15)
hike (1.2.2)
- i18n (0.6.4)
+ i18n (0.6.5)
inherited_resources (1.3.1)
has_scope (~> 0.5.0)
responders (~> 0.6)