File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ## 1.2.6 (UNRELEASED)
1+ ## 1.2.6
22
33- Add missing block-only signature for debug logging
44- update (bundled) rack to 2.2.20
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ PLATFORMS
2929 universal-java-17
3030 universal-java-21
3131 universal-java-25
32+ universal-java-8
3233 x86_64-linux
3334
3435DEPENDENCIES
Original file line number Diff line number Diff line change 1010
1111 <groupId >org.jruby.rack</groupId >
1212 <artifactId >jruby-rack</artifactId >
13- <version >1.2.6-SNAPSHOT </version >
13+ <version >1.2.6</version >
1414 <name >JRuby-Rack</name >
1515 <url >https://github.com/jruby/jruby-rack/</url >
1616 <description >
Original file line number Diff line number Diff line change 88
99module JRuby
1010 module Rack
11- VERSION = '1.2.6.SNAPSHOT '
11+ VERSION = '1.2.6'
1212 end
1313end
You can’t perform that action at this time.
0 commit comments