X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/feff501b25ef5116fb9bc847dfb679919b44dce3..a89e86285f8aa6defe48de5235ae1224d1d40079:/Gemfile?ds=inline diff --git a/Gemfile b/Gemfile index 253b685a7..5a21c7f7a 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,7 @@ gem "jbuilder", "~> 2.7" gem "bootsnap", ">= 1.4.2", :require => false # Use rtlcss for RTL conversion +gem "mini_racer", "~> 0.9.0" gem "rtlcss" # Use autoprefixer to generate CSS prefixes @@ -71,6 +72,7 @@ gem "validates_email_format_of", ">= 1.5.1" gem "quad_tile", "~> 1.0.1" # Sanitise URIs +gem "addressable", "~> 2.8" gem "rack-uri_sanitizer" # Omniauth for authentication @@ -115,9 +117,6 @@ gem "connection_pool" gem "dalli" gem "kgio" -# Load secure_headers for Content-Security-Policy support -gem "secure_headers" - # Load canonical-rails to generate canonical URLs gem "canonical-rails" @@ -131,7 +130,7 @@ gem "gd2-ffij", ">= 0.4.0" gem "marcel" # Used for browser detection -gem "browser" +gem "browser", "< 6" # for ruby 3.0 support # Used for S3 object storage gem "aws-sdk-s3" @@ -142,6 +141,9 @@ gem "image_processing" # Used to validate widths gem "unicode-display_width" +# Keep ruby 3.0 compatibility +gem "multi_xml", "~> 0.6.0" + # Gems useful for development group :development do gem "better_errors"