X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0a10ac2e9be4246987951eea86ae201f14c65fc1..4a1f0da82349888796ba2c0c52868228f0fa9c70:/Gemfile diff --git a/Gemfile b/Gemfile index 0b7e25ec9..5385e1217 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,7 @@ source "https://rubygems.org" # Require rails gem "rails", "~> 7.1.0" +gem "turbo-rails" # Require json for multi_json gem "json" @@ -27,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 @@ -129,7 +131,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"