diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-09-06 20:53:00 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-09-06 20:53:00 +0000 |
commit | 8b85b41ca397180c529d3933b724755ad9c2ba0a (patch) | |
tree | 1f4681683430a80a3714410fdd15a475ef481387 /regress/lib | |
parent | a3ce50b7185a05d616d549ad78626fbbdca61db4 (diff) |
The default Ruby has switched to 3.0
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libssl/openssl-ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/openssl-ruby/Makefile b/regress/lib/libssl/openssl-ruby/Makefile index e67319b8ece..fe5ddf801b9 100644 --- a/regress/lib/libssl/openssl-ruby/Makefile +++ b/regress/lib/libssl/openssl-ruby/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2021/08/30 17:34:02 tb Exp $ +# $OpenBSD: Makefile,v 1.4 2021/09/06 20:52:59 tb Exp $ OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests -RUBY_BINREV = 27 +RUBY_BINREV = 30 RUBY = ruby${RUBY_BINREV} # We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose |