]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Use https link for gem from github
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index b0b5f495019d7f5be2ffe6713a95ce822528032b..604db1500d60bc57bcb920cb2ea11ba6f47948a4 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 
 # Require rails
-gem "rails", "5.2.2.1"
+gem "rails", "5.2.3"
 
 # Require things which have moved to gems in ruby 1.9
 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
@@ -117,7 +117,7 @@ gem "canonical-rails"
 gem "logstasher"
 
 # Used to generate images for traces
-gem "gd2-ffij"
+gem "gd2-ffij", :git => "https://github.com/mmd-osm/gd2-ffij.git", :branch => "animated_gif"
 
 # Used for browser detection
 gem "browser"