11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
Index: Gemfile
|
|
--- Gemfile.orig
|
|
+++ Gemfile
|
|
@@ -1,5 +1,5 @@
|
|
source "https://rubygems.org"
|
|
-ruby "4.0.0"
|
|
+ruby ">= 4.0.0"
|
|
|
|
gem "rails"
|
|
|