We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f93cc3 commit a838e71Copy full SHA for a838e71
Gemfile.lock
@@ -28,6 +28,7 @@ PLATFORMS
28
universal-java-11
29
universal-java-17
30
universal-java-21
31
+ universal-java-8
32
x86_64-linux
33
34
DEPENDENCIES
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>org.jruby.rack</groupId>
12
<artifactId>jruby-rack</artifactId>
13
- <version>1.2.5</version>
+ <version>1.2.6-SNAPSHOT</version>
14
<name>JRuby-Rack</name>
15
<url>https://github.com/jruby/jruby-rack/</url>
16
<description>
src/main/ruby/jruby/rack/version.rb
@@ -8,6 +8,6 @@
8
9
module JRuby
module Rack
- VERSION = '1.2.5'
+ VERSION = '1.2.6.SNAPSHOT'
end
0 commit comments