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 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 >
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>
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 >
Original file line number Diff line number Diff line change 88
99module JRuby
1010 module Rack
11- VERSION = '1.1.21 '
11+ VERSION = '1.1.22.SNAPSHOT '
1212 end
1313end
You can’t perform that action at this time.
0 commit comments