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 explicit dependency on JSON gem #530

Merged
merged 4 commits into from
Aug 1, 2022
Merged

Conversation

jonabc
Copy link
Contributor

@jonabc jonabc commented Aug 1, 2022

closes #529

Add an explicit dependency on the json gem >= 2.6.2 to include a fix on a segfault in json@2.6.1 with ruby 3.0.4.

I opted to not put any sort of upper bound on the dependency range to match the pre-existing behavior as much as possible. Before this change whatever version of the json gem was included with a ruby installation would be the version of the gem that gets used. That versioning scheme has no upper bound, so I excluded it in this change

@jonabc
Copy link
Contributor Author

jonabc commented Aug 1, 2022

The licensed-ci GitHub Action has created a pull request containing license metadata updates based on the changes in this branch.

Please review the pull request for any additional changes required and merge when ready.

@jonabc jonabc merged commit cdde515 into master Aug 1, 2022
@jonabc jonabc deleted the explicit-json-dependency branch August 1, 2022 15:52
jonabc added a commit that referenced this pull request Aug 17, 2022
## 3.7.3

### Fixed

- Swift test fixtures build artifacts are now ignored (:tada: @CvX #524)
- Running cargo test fixture setup no longer deletes test files (:tada: @CvX #525)
- Bundler test fixtures are compatible with latest macOS silicon(:tada: @CvX #528)
- Fix segfaults seen using licensed with ruby 3.0.4 (#530)
- Fix compatibility with latest versions of bundler 2.3 (#535)
@jonabc jonabc mentioned this pull request Aug 17, 2022
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.

Issue with Ruby v3, mac and yarn project
1 participant