We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5c4ec commit f2a4978Copy full SHA for f2a4978
1 file changed
.github/workflows/test.yml
@@ -96,7 +96,7 @@ jobs:
96
- "--enable-frozen-string-literal --debug-frozen-string-literal"
97
include:
98
# Avoid Bundler 4 for now: https://github.com/sinatra/sinatra/issues/2135
99
- - { ruby: "4.0", bundler: 2.7.2, rack: stable, puma: stable, tilt: stable, rack_session: stable, zeitwerk: stable }
+ - { ruby: "4.0", bundler: 4.0.4, rack: stable, puma: stable, tilt: stable, rack_session: stable, zeitwerk: stable }
100
# Rack
101
- { ruby: 3.4, bundler: default, rack: "~>3.0.0", puma: stable, tilt: stable, rack_session: stable, zeitwerk: stable }
102
- { ruby: 3.4, bundler: default, rack: "~>3.1.0", puma: stable, tilt: stable, rack_session: stable, zeitwerk: stable }
0 commit comments