Skip to content

Commit

Permalink
Merge branch 'pull/5556'
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Jan 28, 2025
2 parents 8cab3c4 + 22b0022 commit 475a3fd
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 6,811 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -683,7 +682,6 @@ DEPENDENCIES
bootstrap (~> 5.3.2)
bootstrap_form (~> 5.0)
brakeman
browser (< 6)
bzip2-ffi
cancancan
canonical-rails
Expand Down
2 changes: 0 additions & 2 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

//= link_tree ../../../vendor/assets/leaflet .png

//= link_directory ../../../vendor/assets/polyfill .js

//= link leaflet/dist/images/marker-icon.png
//= link leaflet/dist/images/marker-icon-2x.png
//= link leaflet/dist/images/marker-shadow.png
1 change: 0 additions & 1 deletion app/views/layouts/_head.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<%= tag.head :data => application_data do %>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<%= javascript_include_tag "es6" unless browser.es6? %>
<%= javascript_include_tag "turbo", :type => "module" %>
<%= javascript_include_tag "application" %>
<%= javascript_include_tag "i18n/#{I18n.locale}" %>
Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/_meta.html.erb
Original file line number Diff line number Diff line change
@@ -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 -%>
Expand Down
15 changes: 0 additions & 15 deletions config/initializers/browser.rb

This file was deleted.

6,787 changes: 0 additions & 6,787 deletions vendor/assets/polyfill/es6.js

This file was deleted.

0 comments on commit 475a3fd

Please sign in to comment.