diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-06-04 11:33:46 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-06-04 11:33:46 +0000 |
commit | 99fd682adade19c296868619179bf7bdb741e52c (patch) | |
tree | 414ff8d2492c94f1521ad481ee7e78e3de05b122 | |
parent | f2558de2616c62b733265b303ef1bb8c9355cba8 (diff) |
Make ruby-openssl cope with default ruby change
-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 f435270ae9e..ac925b8e0bf 100644 --- a/regress/lib/libssl/openssl-ruby/Makefile +++ b/regress/lib/libssl/openssl-ruby/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2022/05/10 19:27:21 tb Exp $ +# $OpenBSD: Makefile,v 1.10 2023/06/04 11:33:45 tb Exp $ OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests .if exists(/usr/local/bin/ruby31) RUBY_BINREV = 31 .else -RUBY_BINREV = 30 +RUBY_BINREV = 32 .endif RUBY = ruby${RUBY_BINREV} |