Rails 6.1 LTS Changelog

March 13th 2025, Rails version 6.1.7.26

  • No changes in Rails.
  • Bumped Rack version requirement to version 2.2.13.10.

March 13th, 2025, Rack version 2.2.13.10

March 11th, Rails version 6.1.7.25

March 6th 2025, Rails version 6.1.7.24

  • No changes in Rails.
  • Bumped Rack version requirement to version 2.2.12.10.

March 6th 2025, Rack version 2.2.12.10

  • Fixed CVE-2025-27111: Possible Log Injection in Rack

February 21st, Rails version 6.1.7.23

  • Bugfix: Require 'logger' library before use. This fixes a crash when upgrading to a newer version of the concurrenty-ruby gem.

February 21st, Rails version 6.1.7.22

  • No changes in Rails.
  • Bumped required Rack version to 2.2.11.10.

February 21st 2025, Rack version 2.2.11.10

  • Fixed [CVE-2025-25184]: Possible Log Injection in Rack::CommonLogger

Dezember 11th 2024, Rails version 6.1.7.21

October 17th 2024, Rails version 6.1.7.20

Sep 18th, 2024: Version 6.1.7.19

  • Reverted a dev-only bug fix breaking for users of older versions of the "listen" gem.

Sep 18th, 2024: Version 6.1.7.18

  • Initial release of the LTS version of Rails 6.1.
  • This is mostly identical to the latest official 6.1 release (6.1.7.8) plus some compatible and non-essential bug fixes.
  • Supports Ruby 2.5, 2.7, 3.1 and 3.3
  • Added monkey patches to address ReDoS vulnerabilities in the time stdlib on old Ruby versions (CVE-2023-28756), see here Show archive.org snapshot for more details (the uri changes can be solved by updating the "uri" gem)
  • Bump dependencies on rack, trix and rails-html-sanitizer to versions without known security vulnerabilities.
  • (Skipped 10 tiny versions to version .18 to stay ahead of any official 6.1.7.x community releases.)
Tobias Kraze