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

deps: Add pstore, ostruct to Gemfile #2232

Merged
merged 2 commits into from
Jan 15, 2025
Merged

Conversation

tk0miya
Copy link
Contributor

@tk0miya tk0miya commented Jan 13, 2025

pstore became a bundled gem since Ruby-3.5. Therefore it should be added to the dependency list to pass CI.

ref: https://bugs.ruby-lang.org/issues/20309

pstore and ostruct became a bundled gem since Ruby-3.5.  Therefore it should
be added to the dependency list to pass CI.

ref: https://bugs.ruby-lang.org/issues/20309
logger also became a bundled gem since Ruby-3.5.  Therefore it should
be installed on testing CLI.

ref: https://bugs.ruby-lang.org/issues/20309
@@ -1174,7 +1174,7 @@ def test_collection_install
path: #{dir.join('gem_rbs_collection')}
YAML

bundle_install('ast', 'abbrev', 'bigdecimal')
bundle_install('ast', 'abbrev', 'bigdecimal', 'logger')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Some test cases failed due to a lack of dependencies. The logger package has also been moved into the bundled gem since ruby-3.5.
https://github.com/ruby/rbs/actions/runs/12742248343/job/35510085716?pr=2232

@tk0miya tk0miya changed the title deps: Add pstore to Gemfile deps: Add pstore, ostruct to Gemfile Jan 13, 2025
@ParadoxV5 ParadoxV5 mentioned this pull request Jan 15, 2025
Copy link
Member

@soutaro soutaro left a comment

Choose a reason for hiding this comment

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

Thanks! 🙏

@soutaro soutaro added this pull request to the merge queue Jan 15, 2025
Merged via the queue into ruby:master with commit 2bfdd1a Jan 15, 2025
19 checks passed
@tk0miya tk0miya deleted the deps/pstore branch January 15, 2025 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants