-
Notifications
You must be signed in to change notification settings - Fork 188
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 Ruby 3.4 to the cross compile list #573
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 3.1.0 | ||
|
||
* Add Ruby 3.4 to the cross compile list | ||
|
||
## 3.0.0 | ||
|
||
* Drop support for Ruby < 2.7 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.0 | ||
3.1.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ Gem::Specification.new do |s| | |
s.add_development_dependency 'mini_portile2', '~> 2.5.0' | ||
s.add_development_dependency 'rake', '~> 13.0.0' | ||
s.add_development_dependency 'rake-compiler', '~> 1.2' | ||
s.add_development_dependency 'rake-compiler-dock', '~> 1.4.0' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What changed here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The release notes here say the minimum glibc version was incremented; does that mean our minimum version of linux/glibc is also bumped for our linux releases? or is that just for the build system for windows? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that is just for the build system on Windows. |
||
s.add_development_dependency 'minitest', '~> 5.14.0' | ||
s.add_development_dependency 'rake-compiler-dock', '~> 1.7.0' | ||
s.add_development_dependency 'minitest', '~> 5.25' | ||
s.add_development_dependency 'minitest-reporters', '~> 1.6.1' | ||
s.add_development_dependency 'connection_pool', '~> 2.2.0' | ||
s.add_development_dependency 'toxiproxy', '~> 2.0.0' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since 3.3.0 became 3.3.5, do we also want to update to 3.1.6 & 3.2.6?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change to 3.3.5 comes from the v1.6.0 release notes of
rake-compiler-dock
:https://github.com/rake-compiler/rake-compiler-dock/releases/tag/v1.6.0
looking at how
nokogiri
configured their cross-compilation list, it appears to not be necessary to update any other version:https://github.com/sparklemotion/nokogiri/blob/dadec3409556be85aecf9eff3857b883cacbe563/.cross_rubies