mapforge: patch Gemfile to accept ruby >= 4.0.0

This commit is contained in:
c0dev0id 2026-03-23 19:43:00 +01:00
parent a05011396f
commit 64358a4a80

View File

@ -0,0 +1,10 @@
Index: Gemfile
--- Gemfile.orig
+++ Gemfile
@@ -1,5 +1,5 @@
source "https://rubygems.org"
-ruby "4.0.0"
+ruby ">= 4.0.0"
gem "rails"