Skip to content

Releases: puppetlabs/rubocop-hash_inspect

v0.2.0

17 Jun 10:22

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.2.0 - 2026-06-17

Full Changelog

Added

  • HashInspect/LegacyHashInspectFormat cop: flags string, interpolated-string, and regexp literals containing the legacy Hash#inspect output format ({:sym=>val}, Ruby <= 3.3) that breaks on Ruby 3.4 / Puppet 9, which changed Hash#inspect to {sym: val} (Ruby Bug #20433).