Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add racc to gemspec #680

Closed
wants to merge 2 commits into from
Closed

Add racc to gemspec #680

wants to merge 2 commits into from

Commits on Jan 23, 2024

  1. Add racc to gemspec

    According the release note of Ruby 3.3, racc will become the bundled
    gem. This patch adds the gem to i18n.gemspec for the next version of
    Ruby.
    
    In addition to this change, I made changes in the GitHub workflow to run
    tests in Ruby 3.3 because I got an error in Ruby 3.3 when running tests:
    `cannot load such file -- racc/parser`. This error is resolved by adding
    racc to gemspec.
    
    I want to make sure this Gem works in Ruby 3.3, so the GitHub workflow
    is also updated.
    yykamei committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6812b27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af2469 View commit details
    Browse the repository at this point in the history