Skip to content

Conversation

@tomczak-mateusz
Copy link
Contributor

This PR updates the installation guide in README to reflect changes in Ruby 4.0.0, where ostruct is no longer part of the default gems.
The guide now includes explicit installation steps via Gemfile or gem install, matching the approach used by other gems removed from the default gems, like bigdecimal, csv, or mutex_m.
Fixes #93


And then execute:

$ bundle
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a blocker to merging, and, this will require separate changes across many repositories:

Suggested change
$ bundle
$ bundle install

The preferred-by-bundler command is now the explicit bundle install rather than the implicit bundle.

Copy link
Contributor

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

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

Thank you for keeping the README legible.

@olleolleolle olleolleolle merged commit b6056ea into ruby:master Jan 1, 2026
25 checks passed
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.

README incorrectly states ostruct is pre-packaged with Ruby (removed in Ruby 4.0.0)

2 participants