summaryrefslogtreecommitdiff
path: root/databases/ruby-sequel/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-12-03 06:27:57 +0000
committertaca <taca@pkgsrc.org>2022-12-03 06:27:57 +0000
commitb5832552300204b4cb4e0026e4f033eaeaffdfd7 (patch)
tree3650d32e5508f2c1c2c149aef792e3ed28f2bb21 /databases/ruby-sequel/Makefile
parente9501ef2ebda63557d414014f02a790217224f98 (diff)
downloadpkgsrc-b5832552300204b4cb4e0026e4f033eaeaffdfd7.tar.gz
databases/ruby-sequel: update to 5.63.0
5.63.0 (2022-12-01) * Make validates_associated plugin avoid database type errors for non-integer association keys (jeremyevans) (#1968) * Make tactical_eager_loading plugin work better with table inheritance plugins (rolftimmermans, jeremyevans) (#1962) * Add support for pool_class: :timed_queue on Ruby 3.2+, using a Queue for available connections (jeremyevans) * Allow :pool_class Database option to be specified as a string to more easily choose a different pool type (jeremyevans) * Use compare_by_identity hashes for Thread-keyed hashes in threaded connection pools (jeremyevans) * Skip use of JRuby workaround on JRuby 9.3.9.0+ in named_timezones extension as JRuby fixed the related bug (jeremyevans)
Diffstat (limited to 'databases/ruby-sequel/Makefile')
-rw-r--r--databases/ruby-sequel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-sequel/Makefile b/databases/ruby-sequel/Makefile
index 4b8103dbd4e..b4c0919403a 100644
--- a/databases/ruby-sequel/Makefile
+++ b/databases/ruby-sequel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2022/11/11 13:13:39 taca Exp $
+# $NetBSD: Makefile,v 1.106 2022/12/03 06:27:57 taca Exp $
-DISTNAME= sequel-5.62.0
+DISTNAME= sequel-5.63.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org