Skip to content

SC-151666: Update Poison to 6.0#22

Open
rinaldifonseca wants to merge 2 commits into
masterfrom
sc-151666-update-poison
Open

SC-151666: Update Poison to 6.0#22
rinaldifonseca wants to merge 2 commits into
masterfrom
sc-151666-update-poison

Conversation

@rinaldifonseca

Copy link
Copy Markdown
Collaborator

No description provided.

@rinaldifonseca
rinaldifonseca marked this pull request as ready for review July 17, 2026 17:53
Comment thread mix.lock
@@ -1,5 +1,5 @@
%{
"decimal": {:hex, :decimal, "2.0.0", "a78296e617b0f5dd4c6caf57c714431347912ffb1d0842e998e9792b5642d697", [:mix], [], "hexpm", "34666e9c55dea81013e77d9d87370fe6cb6291d1ef32f46a1600230b1d44f577"},
"decimal": {:hex, :decimal, "2.4.1", "6c0fbede12fb122ba685e9ab41c6a40c129e322b3aa192f9e072e61f3a6ffaf2", [:mix], [], "hexpm", "7e618897933a8455f19a727d7c5e50a2c071a544b700e5e724298ecb4340187f"},

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Poison 6.0.0 requires Decimal to be 2.1, shouldn't you follow that?

https://hex.pm/diff/poison/5.0.0..6.0.0#diff-8-L0-72

      {:decimal, "~> 2.1", optional: true},

@rinaldifonseca rinaldifonseca Jul 23, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@devjoaoGustavo
Update Poison to 6.0 and require Decimal ~> 2.1
Poison 6.0 requires Decimal ~> 2.1, so the direct dep is bumped to match the real minimum.
Since ~> 2.1 means >= 2.1.0 and < 3.0.0, the lock resolves to Decimal 2.4.1, the newest version in that range.

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.

2 participants