Skip to content

Commit

Permalink
Update Compatibility status
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxV5 committed May 30, 2024
1 parent 7bbe083 commit e5640bf
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ if it doesn’t meet the expectations on something not unusual.

#### builds

* `bigdecimal 3.1.6..3.1.8`
* __`railties 7.1.3`__
* `bigdecimal 3.1.6..3.1.8`
* `racc 1.7.3..1.8.0`
* `io-console 0.7.2`
* `json 2.7.2`
* `io-console 0.7.2`
* `nkf 0.2.0`
* [`prism 9bb8710`](https://github.com/ruby/prism/pull/2711)
* `strscan 3.1.0`
* `debug 1.9.2`
* `racc 1.7.3..1.8.0`
* `rbs 3.4.4`

#### fails
Expand All @@ -44,7 +45,11 @@ if it doesn’t meet the expectations on something not unusual.
> The main solution for the second point seems a Makefile, otherwise many of the usages would have to duplicate the logic to build prism.
>
> https://github.com/ruby/prism/blob/19c67fb/docs/build_system.md#requirements
* `ffi` (the platform-agnostic edition; though Ruby should auto-prefer [the fat binary gem](https://rubygems.org/gems/ffi/versions/1.17.0.rc2-x64-mingw-ucrt) instead)
* `ffi` (the platform-agnostic edition)
* RubyGems will instead prefer [the prebuilt gem](https://rubygems.org/gems/ffi/versions/1.17.0.rc2-x64-mingw-ucrt)
once it leaves RC. For now, you can join the preview manually with `gem install --prerelease ffi`.
* This transitive dependency is the last obstable before
[`steep`](https://github.com/soutaro/steep) becomes available!

### not thoroughly tested
* `syslog 0.1.2`: [It’s UNIX-specific.](https://stackoverflow.com/a/9503254)
Expand Down

0 comments on commit e5640bf

Please sign in to comment.