diff options
author | tb <> | 2022-05-08 19:03:31 +0000 |
---|---|---|
committer | tb <> | 2022-05-08 19:03:31 +0000 |
commit | 0c4b90d3ecf0e729e9cf6b3aa0825d0a8ca873d2 (patch) | |
tree | 943ac6c43b81b1a371cb292e55dd940aeb3be319 /src | |
parent | f47a6eaea634198cd7b3327e3541a6d7b7690498 (diff) | |
download | openbsd-0c4b90d3ecf0e729e9cf6b3aa0825d0a8ca873d2.tar.gz openbsd-0c4b90d3ecf0e729e9cf6b3aa0825d0a8ca873d2.tar.bz2 openbsd-0c4b90d3ecf0e729e9cf6b3aa0825d0a8ca873d2.zip |
Default Ruby is now 3.1
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index d85fca0638..dd7243fe3f 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2022/01/06 13:36:56 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2022/05/08 19:03:31 tb Exp $ |
2 | 2 | ||
3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests | 3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests |
4 | RUBY_BINREV = 30 | 4 | RUBY_BINREV = 31 |
5 | RUBY = ruby${RUBY_BINREV} | 5 | RUBY = ruby${RUBY_BINREV} |
6 | 6 | ||
7 | # We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose | 7 | # We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose |