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

Pin sequel to < 5.72.0 due to ruby/bigdecimal#169 #141

Merged
merged 2 commits into from Sep 4, 2023
Merged

Conversation

jsvd
Copy link
Contributor

@jsvd jsvd commented Sep 4, 2023

Sequel 5.72.0 explicitly depends on the bigdecimal gem, causing JRuby to attempt to use the gem, install native extensions and fail. Pinning to < 5.72.0 until ruby/bigdecimal#169 is solved.

Also related: jeremyevans/sequel#2076

Sequel 5.72.0 explicitly depends on the bigdecimal gem, causing JRuby to attempt to use the gem, install native extensions and fail.
Pinning to < 5.72.0 until ruby/bigdecimal#169 is solved.

Also related: jeremyevans/sequel#2076
@jsvd
Copy link
Contributor Author

jsvd commented Sep 4, 2023

@logstashmachine bump patch

Copy link
Contributor

@kaisecheng kaisecheng left a comment

Choose a reason for hiding this comment

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

LGTM

@jsvd
Copy link
Contributor Author

jsvd commented Sep 4, 2023

@logstashmachine bump patch

1 similar comment
@jsvd
Copy link
Contributor Author

jsvd commented Sep 4, 2023

@logstashmachine bump patch

@jsvd jsvd merged commit 9dd7000 into main Sep 4, 2023
1 of 3 checks passed
@jsvd jsvd deleted the jsvd-patch-1 branch September 4, 2023 13:08
@jeremyevans
Copy link

A java version of the bigdecimal gem has been released, so you can now safely revert this.

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.

None yet

5 participants