]> git.openstreetmap.org Git - rails.git/commitdiff
Fix rubocop warning
authorTom Hughes <tom@compton.nu>
Tue, 11 Jun 2019 12:20:00 +0000 (13:20 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 11 Jun 2019 12:20:00 +0000 (13:20 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index 0e02c231172ab049fd3050ab599727388feb884e..250221d75bd658ffeba36ae25ee33c17c0f8524a 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -118,10 +118,10 @@ gem "canonical-rails"
 gem "logstasher"
 
 # Used to generate images for traces
 gem "logstasher"
 
 # Used to generate images for traces
-gem "mimemagic"
-gem "ffi-libarchive"
 gem "bzip2-ffi"
 gem "bzip2-ffi"
+gem "ffi-libarchive"
 gem "gd2-ffij", ">= 0.4.0"
 gem "gd2-ffij", ">= 0.4.0"
+gem "mimemagic"
 
 # Used for browser detection
 gem "browser"
 
 # Used for browser detection
 gem "browser"