Skip to content

Commit ec34317

Browse files
committed
[release] late next dev snapshot update
1 parent ba0abaf commit ec34317

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jruby.rack</groupId>
1212
<artifactId>jruby-rack</artifactId>
13-
<version>1.1.21</version>
13+
<version>1.1.22-SNAPSHOT</version>
1414
<name>JRuby-Rack</name>
1515
<url>http://github.com/jruby/jruby-rack/</url>
1616
<description>
@@ -19,9 +19,9 @@
1919
</description>
2020

2121
<properties>
22-
<jruby.version>1.6.8</jruby.version>
22+
<jruby.version>1.7.25</jruby.version>
2323
<vendor.gems.path>vendor/gems</vendor.gems.path>
24-
<bundler.version>1.7.15</bundler.version>
24+
<bundler.version>1.14.6</bundler.version>
2525
<bundler.local>false</bundler.local> <!-- true by default -->
2626
<saumya.mojo.version>1.0.10</saumya.mojo.version>
2727
<gem.home>${project.build.directory}/rubygems</gem.home>
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>rubygems</groupId>
150150
<artifactId>jruby-openssl</artifactId>
151-
<version>0.9.14</version>
151+
<version>0.9.21</version>
152152
<type>gem</type>
153153
<scope>provided</scope>
154154
</dependency>

src/main/ruby/jruby/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
module JRuby
1010
module Rack
11-
VERSION = '1.1.21'
11+
VERSION = '1.1.22.SNAPSHOT'
1212
end
1313
end

0 commit comments

Comments
 (0)