next_rails_scaffold 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c2225f9eacbc656621975912ce9b1c2929c187557fe469fb341bb09d49e5750
|
4
|
+
data.tar.gz: 9315b207c3c4c8e5b64bf810185f99bd6bc6682ffc85a760a7c5149b85f7aaeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be60c9ec365f1899d090820cffa5704003a1d07c6e0d6b1225d41081428b9e4ba7fe9fd1f2ea4b6ea9d1bb9c7af7556bcd089c2b99eaae093a341d7e548dd29f
|
7
|
+
data.tar.gz: f93520c64dfacf3a926400672469d1ab53d60cd2fe8d70b8d0bda80b7bb657c927e014fce731813e90b4554df08d5e32a16f3ae4dbd832882ebe661f393e3088
|
@@ -6,9 +6,9 @@ module Rails
|
|
6
6
|
|
7
7
|
source_root File.expand_path("templates", __dir__)
|
8
8
|
|
9
|
-
NODE_REQUIRED_VERSION = ENV.fetch("NODE_REQUIRED_VERSION", ">= 18.
|
10
|
-
YARN_VERSION = ENV.fetch("YARN_VERSION", "
|
11
|
-
NEXT_VERSION = ENV.fetch("NEXT_VERSION", "15.
|
9
|
+
NODE_REQUIRED_VERSION = ENV.fetch("NODE_REQUIRED_VERSION", ">= 18.20.6")
|
10
|
+
YARN_VERSION = ENV.fetch("YARN_VERSION", "1.22.22")
|
11
|
+
NEXT_VERSION = ENV.fetch("NEXT_VERSION", "15.1.6")
|
12
12
|
|
13
13
|
argument :attributes, type: :array, default: [], banner: "field:type field:type"
|
14
14
|
|