Recent Releases of https://github.com/rails/bootsnap
https://github.com/rails/bootsnap - v1.24.1
What's Changed
- Fix encoding of Ruby source files loaded when
BOOTSNAP_READONLYis set.
Files would incorectly be loaded inASCII-8BITcausing literal strings outside
the pure ASCII range to haveASCII-8BITencoding instead ofUTF-8.
This bug was introduced in1.24.0.
Full Changelog: https://github.com/rails/bootsnap/compare/v1.24.0...v1.24.1
- Ruby
Published by byroot 2 days ago
https://github.com/rails/bootsnap - v1.24.0
What's Changed
- Added a hook API to customize Ruby compilation.
Full Changelog: https://github.com/rails/bootsnap/compare/v1.23.0...v1.24.0
- Ruby
Published by byroot 2 days ago
https://github.com/rails/bootsnap - v1.23.0
What's Changed
- Require Ruby 2.7.
- Fix support for absolute paths in
BOOTSNAP_IGNORE_DIRECTORIES.
Full Changelog: https://github.com/rails/bootsnap/compare/v1.22.0...v1.23.0
- Ruby
Published by byroot 3 months ago
https://github.com/rails/bootsnap - v1.22.0
What's Changed
- Proper fix for the
opendircrash. - Add
bootsnap/rakefor cleaning the bootsnap cache as part ofrake clobber.
Full Changelog: https://github.com/rails/bootsnap/compare/v1.21.1...v1.22.0
- Ruby
Published by byroot 3 months ago
https://github.com/rails/bootsnap - v1.21.1
What's Changed
- Fallback to pure the pure ruby path scanner on unexpected error.
Full Changelog: https://github.com/rails/bootsnap/compare/v1.21.0...v1.21.1
- Ruby
Published by byroot 3 months ago
https://github.com/rails/bootsnap - v1.20.1
What's Changed
- Handle broken symlinks in load path scanning code.
Should fixErrno::ENOENT fstatatissues some users have encountered after upgrading to 1.20.0.
Full Changelog: https://github.com/rails/bootsnap/compare/v1.20.0...v1.20.1
- Ruby
Published by byroot 4 months ago
https://github.com/rails/bootsnap - v1.20.0
What's Changed
- Optimized load path scanning with a C extension. Should be about 2x faster on supported platforms.
Full Changelog: https://github.com/rails/bootsnap/compare/v1.19.0...v1.20.0
- Ruby
Published by byroot 4 months ago