diff options
| author | Michel Etienne | 2013-11-29 15:18:05 +0100 |
|---|---|---|
| committer | Michel Etienne | 2013-11-29 15:18:05 +0100 |
| commit | eb2c0ae6c59f62ab67cc1ccd2c796653fc64b064 (patch) | |
| tree | 61595f972bbd883c85db3d6fcea511c374c892f9 | |
| parent | d87571cf0601158301e7efe112fc35926321ad7d (diff) | |
| download | chouette-core-eb2c0ae6c59f62ab67cc1ccd2c796653fc64b064.tar.bz2 | |
fix https instead of git on georuby-ext reference
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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) |
