File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/integTest/groovy/com/github/jrubygradle Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
65
65
66
66
// NOTE: Leave this at .11 as it must be an older version. if
67
67
// you change it here you will also need to update JRubyExecIntegrationSpec
68
- integrationTestGems " org.jruby:jruby-complete:1.7.11 "
68
+ integrationTestGems " org.jruby:jruby-complete:1.7.19 "
69
69
70
70
// NOTE: older jruby versions needs this for exec to work properly
71
71
integrationTestGems " rubygems:jar-dependencies:0.1.15"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class JRubyExecIntegrationSpec extends Specification {
44
44
given : " Version is set on the task"
45
45
Configuration config
46
46
final String configName = ' integ-exec-config'
47
- final String newVersion = ' 1.7.11 '
47
+ final String newVersion = ' 1.7.19 '
48
48
Pattern pattern = Pattern . compile(/ .*(jruby-complete-.+.jar)/ )
49
49
50
50
when :
@@ -160,7 +160,7 @@ class JRubyExecIntegrationSpec extends Specification {
160
160
161
161
def " Running a script that requires a gem, a separate JRuby and a separate configuration" () {
162
162
given :
163
- final String newVersion = ' 1.7.11 '
163
+ final String newVersion = ' 1.7.19 '
164
164
assert project. jruby. execVersion != newVersion
165
165
project. with {
166
166
configurations. create(' RubyWax' )
@@ -191,7 +191,7 @@ class JRubyExecIntegrationSpec extends Specification {
191
191
* least one version of JRuby installed
192
192
*/
193
193
jruby {
194
- execVersion ' 1.7.11 '
194
+ execVersion ' 1.7.19 '
195
195
defaultRepositories false
196
196
}
197
197
You can’t perform that action at this time.
0 commit comments