Commit 92610ca
authored
Fix the CI matrix (#655)
The Gemfile is using the "~>" operator to install Rack, that way we
always get the latest available version for a given version.
The current versions in the CI matrix are using only major and minor
version (like 3.2), meaning bundler will install the latest available
minor version (meaning if a version 3.3 is released it will be installed
instead of the 3.2 series). To fix that, it’s just a matter of providing
a patch level. So providing 3.2.0 will only install 3.2 versions, as
wanted.1 parent b55de0b commit 92610ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments