Packages changed: rubygem-autoprefixer-rails (10.2.0.0 -> 10.2.4.0) rubygem-bootsnap (1.5.1 -> 1.7.2) rubygem-jbuilder (2.10.1 -> 2.11.2) rubygem-msgpack (1.3.3 -> 1.4.2) rubygem-puma (5.1.1 -> 5.2.1) rubygem-thor (1.0.1 -> 1.1.0) === Details === ==== rubygem-autoprefixer-rails ==== Version update (10.2.0.0 -> 10.2.4.0) - updated to version 10.2.4.0 * Fixed transition-property warnings (by @Sheraff). ==== rubygem-bootsnap ==== Version update (1.5.1 -> 1.7.2) Subpackages: ruby2.7-rubygem-bootsnap ruby3.0-rubygem-bootsnap - updated to version 1.7.2 * Fix compatibility with msgpack < 1. (#349) - updated to version 1.7.1 * no changelog found in CHANGELOG.md ==== rubygem-jbuilder ==== Version update (2.10.1 -> 2.11.2) Subpackages: ruby2.7-rubygem-jbuilder ruby3.0-rubygem-jbuilder - updated to version 2.11.2 * Improve key formatting for nested hashes and disable by default ==== rubygem-msgpack ==== Version update (1.3.3 -> 1.4.2) Subpackages: ruby2.7-rubygem-msgpack ruby3.0-rubygem-msgpack - updated to version 1.4.2 * Add the required Ruby version (>= 2.4) to avoid compilation errors on older Ruby runtimes * Drop the support of old Ruby versions explicitly (1.8, 1.9, 2.0, 2.1, 2.2, 2.3) ==== rubygem-puma ==== Version update (5.1.1 -> 5.2.1) Subpackages: ruby2.7-rubygem-puma ruby3.0-rubygem-puma - updated to version 5.2.1 * Bugfixes * Fix TCP cork/uncork operations to work with ssl clients ([#2550]) * Require rack/common_logger explicitly if :verbose is true ([#2547]) * MiniSSL::Socket#write - use data.byteslice(wrote..-1) ([#2543]) * Set `@env[CONTENT_LENGTH]` value as string. ([#2549]) ==== rubygem-thor ==== Version update (1.0.1 -> 1.1.0) Subpackages: ruby2.7-rubygem-thor ruby3.0-rubygem-thor - updated to version 1.1.0 * Don't use ANSI colors when terminal is dumb. * Ensure default option/argument is not erroneously aliased. * Fixes a bug in the calculation of the print_wrapped method. * Obey `:mute` and `options[:quiet]` in `Shell#say`. * Support Ruby 3.0. * Add force option to the `gsub_file` action.