File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<groupId >org.jruby.rack</groupId >
12
12
<artifactId >jruby-rack</artifactId >
13
- <version >1.1.21 </version >
13
+ <version >1.1.22-SNAPSHOT </version >
14
14
<name >JRuby-Rack</name >
15
15
<url >http://github.com/jruby/jruby-rack/</url >
16
16
<description >
19
19
</description >
20
20
21
21
<properties >
22
- <jruby .version>1.6.8 </jruby .version>
22
+ <jruby .version>1.7.25 </jruby .version>
23
23
<vendor .gems.path>vendor/gems</vendor .gems.path>
24
- <bundler .version>1.7.15 </bundler .version>
24
+ <bundler .version>1.14.6 </bundler .version>
25
25
<bundler .local>false</bundler .local> <!-- true by default -->
26
26
<saumya .mojo.version>1.0.10</saumya .mojo.version>
27
27
<gem .home>${project.build.directory} /rubygems</gem .home>
148
148
<dependency >
149
149
<groupId >rubygems</groupId >
150
150
<artifactId >jruby-openssl</artifactId >
151
- <version >0.9.14 </version >
151
+ <version >0.9.21 </version >
152
152
<type >gem</type >
153
153
<scope >provided</scope >
154
154
</dependency >
Original file line number Diff line number Diff line change 8
8
9
9
module JRuby
10
10
module Rack
11
- VERSION = '1.1.21 '
11
+ VERSION = '1.1.22.SNAPSHOT '
12
12
end
13
13
end
You can’t perform that action at this time.
0 commit comments