Skip to content

Conversation

@Flink
Copy link
Contributor

@Flink Flink commented Aug 4, 2025

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.

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.
@SamSaffron SamSaffron merged commit 92610ca into MiniProfiler:master Aug 5, 2025
9 checks passed
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