mapforge: patch Gemfile to accept ruby >= 4.0.0
This commit is contained in:
parent
a05011396f
commit
64358a4a80
10
geo/mapforge/patches/patch-Gemfile
Normal file
10
geo/mapforge/patches/patch-Gemfile
Normal 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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user