Skip to content

Commit 8cef644

Browse files
committed
require 'jruby' not 'java' in test_helper
1 parent b5a0aa8 commit 8cef644

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>ruby-processing</groupId>
1313
<artifactId>picrate</artifactId>
14-
<version>2.4.0</version>
14+
<version>2.4.1</version>
1515
<name>picrate</name>
1616
<description>An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.</description>
1717
<url>http://maven.apache.org</url>
@@ -78,7 +78,7 @@ DO NOT MODIFY - GENERATED CODE
7878
<dependency>
7979
<groupId>org.jruby</groupId>
8080
<artifactId>jruby</artifactId>
81-
<version>9.2.16.0</version>
81+
<version>9.2.17.0</version>
8282
<type>pom</type>
8383
</dependency>
8484
<dependency>

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
gem 'minitest'
4-
require 'java'
4+
require 'jruby'
55
require_relative '../lib/picrate'
66
require 'minitest/pride'
77
require 'minitest/autorun'

0 commit comments

Comments
 (0)