Received: by mail.netbsd.org (Postfix, from userid 605) id 0597584F50; Thu, 5 May 2022 03:02:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F0A984D4A for ; Thu, 5 May 2022 03:02:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wHHkGv-l3h04 for ; Thu, 5 May 2022 03:02:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C680584D01 for ; Thu, 5 May 2022 03:02:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA41BFB1A; Thu, 5 May 2022 03:02:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651719727100950" MIME-Version: 1.0 Date: Thu, 5 May 2022 03:02:07 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220505030207.BA41BFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651719727100950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu May 5 03:02:07 UTC 2022 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: lang/ruby/rails.mk: start update of Ruby on Rails to 5.2.7.1 To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 pkgsrc/lang/ruby/rails.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651719727100950 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby/rails.mk diff -u pkgsrc/lang/ruby/rails.mk:1.118 pkgsrc/lang/ruby/rails.mk:1.119 --- pkgsrc/lang/ruby/rails.mk:1.118 Sun Mar 13 15:15:03 2022 +++ pkgsrc/lang/ruby/rails.mk Thu May 5 03:02:07 2022 @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.118 2022/03/13 15:15:03 taca Exp $ +# $NetBSD: rails.mk,v 1.119 2022/05/05 03:02:07 taca Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -47,7 +47,7 @@ _RUBY_RAILS_MK= # defined # # current Ruby on Rails versions. # -RUBY_RAILS52_VERSION?= 5.2.6.3 +RUBY_RAILS52_VERSION?= 5.2.7.1 RUBY_RAILS60_VERSION?= 6.0.4.7 RUBY_RAILS61_VERSION?= 6.1.4.7 RUBY_RAILS70_VERSION?= 7.0.2.3 --_----------=_1651719727100950--