]> git.openstreetmap.org Git - rails.git/commitdiff
Drop IE specific favicon support
authorTom Hughes <tom@compton.nu>
Sun, 26 Jan 2025 15:41:54 +0000 (15:41 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Jan 2025 22:30:42 +0000 (22:30 +0000)
Gemfile
Gemfile.lock
app/views/layouts/_meta.html.erb

diff --git a/Gemfile b/Gemfile
index 60a8fcaceae8671347e148a61b2a756f1ca62f33..2765b1ae71fe39b643993629b70adc69dc0bec7a 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -130,9 +130,6 @@ gem "ffi-libarchive"
 gem "gd2-ffij", ">= 0.4.0"
 gem "marcel"
 
-# Used for browser detection
-gem "browser", "< 6" # for ruby 3.1 support
-
 # Used for S3 object storage
 gem "aws-sdk-s3"
 
index 615787927535ff0866783ab0cdbd4c7d6e68f4e5..d9518cf4e089497d8697c1075592243c2e5b09b1 100644 (file)
@@ -134,7 +134,6 @@ GEM
     brakeman (7.0.0)
       racc
     brotli (0.6.0)
-    browser (5.3.1)
     builder (3.3.0)
     bzip2-ffi (1.1.1)
       ffi (~> 1.0)
@@ -683,7 +682,6 @@ DEPENDENCIES
   bootstrap (~> 5.3.2)
   bootstrap_form (~> 5.0)
   brakeman
-  browser (< 6)
   bzip2-ffi
   cancancan
   canonical-rails
index 790d13fc380b03161f8ee59c0ed679559a68b31d..4c88887f920d4462c1650759a3801c4d0ccb4ec5 100644 (file)
@@ -1,4 +1,3 @@
-<%= favicon_link_tag "favicon.ico" if browser.ie? %>
 <% [57, 60, 72, 76, 114, 120, 144, 152, 180].each do |size| -%>
 <%= favicon_link_tag "apple-touch-icon-#{size}x#{size}.png", :rel => "apple-touch-icon", :sizes => "#{size}x#{size}", :type => "image/png" %>
 <% end -%>