From: Andy Allan Date: Wed, 10 Apr 2019 15:43:27 +0000 (+0200) Subject: Use https link for gem from github X-Git-Tag: live~2636^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b88b699f49f1c0a58360276d00ba635f57cc48a3?ds=sidebyside Use https link for gem from github --- diff --git a/Gemfile b/Gemfile index 154e53f84..604db1500 100644 --- a/Gemfile +++ b/Gemfile @@ -117,7 +117,7 @@ gem "canonical-rails" gem "logstasher" # Used to generate images for traces -gem "gd2-ffij", :git => "git@github.com:mmd-osm/gd2-ffij.git", :branch => "animated_gif" +gem "gd2-ffij", :git => "https://github.com/mmd-osm/gd2-ffij.git", :branch => "animated_gif" # Used for browser detection gem "browser" diff --git a/Gemfile.lock b/Gemfile.lock index ffa3cd937..73169aaea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: git@github.com:mmd-osm/gd2-ffij.git + remote: https://github.com/mmd-osm/gd2-ffij.git revision: c92057a8f699a36b5f6d208db3d11eb3bae185dd branch: animated_gif specs: