Skip to content

Commit

Permalink
Add JRuby and TruffleRuby to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Nov 2, 2024
1 parent 7a6b276 commit b431569
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,16 @@ Argon2id::Password.create("password", salt_len: 0)

## Requirements

This gem requires the following to run:
This gem requires any of the following to run:

* [Ruby](https://www.ruby-lang.org/en/) 2.6 to 3.3
* [JRuby](https://www.jruby.org) 9.4
* [TruffleRuby](https://www.graalvm.org/ruby/) 24.1

> [!NOTE]
> The JRuby version of the gem uses
> [JRuby-OpenSSL](https://github.com/jruby/jruby-openssl)'s implementation of
> Argon2 instead of the reference C implementation.
### Native gems

Expand Down

0 comments on commit b431569

Please sign in to comment.