pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep  3 15:33:42 UTC 2023

Modified Files:
        pkgsrc/lang/ruby: rails.mk

Log Message:
lang/ruby: switch default Rails version to 6.1


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/lang/ruby/rails.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/rails.mk
diff -u pkgsrc/lang/ruby/rails.mk:1.151 pkgsrc/lang/ruby/rails.mk:1.152
--- pkgsrc/lang/ruby/rails.mk:1.151     Sat Aug 26 15:29:20 2023
+++ pkgsrc/lang/ruby/rails.mk   Sun Sep  3 15:33:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: rails.mk,v 1.151 2023/08/26 15:29:20 taca Exp $
+# $NetBSD: rails.mk,v 1.152 2023/09/03 15:33:42 taca Exp $
 
 .if !defined(_RUBY_RAILS_MK)
 _RUBY_RAILS_MK=        # defined
@@ -10,7 +10,7 @@ _RUBY_RAILS_MK=       # defined
 #      Select default Ruby on Rails version.
 #
 #      Possible values: 52 60 61 70
-#      Default: 52
+#      Default: 61
 #
 #
 # === Infrastructure variables ===



Home | Main Index | Thread Index | Old Index