Skip to content

Commit

Permalink
Make rb-sys-dock aware of patch releases (#492)
Browse files Browse the repository at this point in the history
This is needed by rack-compiler-dock v1.8.0.
  • Loading branch information
stanhu authored Jan 16, 2025
1 parent ac7c48c commit 81f2550
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gem/exe/rb-sys-dock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ OPTIONS = {
}

PATCH_RELEASE_OVERRIDES = {
"3.3" => "3.3.5"
"2.6" => "2.6.10",
"2.7" => "2.7.8",
"3.0" => "3.0.7",
"3.1" => "3.1.6",
"3.2" => "3.2.6",
"3.3" => "3.3.5",
"3.4" => "3.4.1"
}

def cargo_metadata
Expand Down

0 comments on commit 81f2550

Please sign in to comment.