Skip to content

Conversation

@seuros
Copy link
Member

@seuros seuros commented Jun 22, 2025

use hirber instead of hirb, the later did not get an update for 1 decade

closes #49

use hirber instead of hirb, the later did not get an update for 1 decade
@seuros seuros requested review from apotonick and Copilot June 22, 2025 20:49
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the gem to use the maintained dependency “hirber” instead of “hirb” and modernizes the codebase by adding frozen string literal comments and updating related configurations.

  • Replace deprecated “hirb” with “hirber” in the presentation layer
  • Introduce frozen string literal comments across multiple files
  • Update CI workflow and Gemfile dependencies to support newer Ruby versions and tools

Reviewed Changes

Copilot reviewed 20 out of 41 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lib/trailblazer/developer/version.rb Added frozen string literal comment
lib/trailblazer/developer/trace/* Added frozen string literal comments across modules
lib/trailblazer/developer/trace/present.rb Replaced “hirb” with “hirber” and added frozen string literal
Gemfile Added Rubocop and updated frozen string literal comment
.github/workflows/ci.yml Updated Ruby version matrix and checkout action version
Comments suppressed due to low confidence (1)

lib/trailblazer/developer/trace/present.rb:2

  • Please ensure that the new dependency 'hirber' is added to the gemspec or Gemfile and is compatible with existing code, replacing the deprecated 'hirb'.
require "hirber"

@apotonick
Copy link
Member

Please, please, please, one feature per PR. We don't need the frozen_string across all files. 💚

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switch to hirber or just vendor hirb ?

2 participants