A summary of data about the Ruby ecosystem.

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_READONLY is set.
    Files would incorectly be loaded in ASCII-8BIT causing literal strings outside
    the pure ASCII range to have ASCII-8BIT encoding instead of UTF-8.
    This bug was introduced in 1.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 opendir crash.
  • Add bootsnap/rake for cleaning the bootsnap cache as part of rake 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 fix Errno::ENOENT fstatat issues 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