diff options
author | tb <> | 2021-09-06 20:52:59 +0000 |
---|---|---|
committer | tb <> | 2021-09-06 20:52:59 +0000 |
commit | b5224f0b8edbb0671c0257b56baee589c711702b (patch) | |
tree | 03156d526bed5b7d7fe28c20d233ffe814274a5c /src | |
parent | 3b7fb65d02ecc9f672c18ba2af2956686e22dd7d (diff) | |
download | openbsd-b5224f0b8edbb0671c0257b56baee589c711702b.tar.gz openbsd-b5224f0b8edbb0671c0257b56baee589c711702b.tar.bz2 openbsd-b5224f0b8edbb0671c0257b56baee589c711702b.zip |
The default Ruby has switched to 3.0
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 e67319b8ec..fe5ddf801b 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.3 2021/08/30 17:34:02 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2021/09/06 20:52:59 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 = 27 | 4 | RUBY_BINREV = 30 |
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 |