Skip to content

Commit

Permalink
Bump jruby version to 9.4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Feb 19, 2025
1 parent 4dcb31c commit 58301db
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
jruby_version: [ '9.3.15.0', '9.4.9.0' ]
jruby_version: [ '9.3.15.0', '9.4.12.0' ]
java_version: [ '8', '11', '17', '21' ]
fail-fast: false

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

strategy:
matrix:
jruby_version: [ '9.3.15.0', '9.4.9.0' ]
jruby_version: [ '9.3.15.0', '9.4.12.0' ]
java_version: [ '8', '11', '17', '21' ]
appraisal: [ 'rails50', 'rails52', 'rails60', 'rails61', 'rails70', 'rails71', 'rails72' ]
exclude:
Expand Down Expand Up @@ -98,6 +98,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-${{ matrix.jruby_version }}
bundler: 2.3.27 # use version that is OK for JRuby 9.3

- name: Run appraisal for ${{ matrix.appraisal }}
env:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.26
2.6.3
7 changes: 5 additions & 2 deletions gemfiles/rails50.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ GEM
websocket-extensions (0.1.5)

PLATFORMS
universal-java
universal-java-1.8
universal-java-11
universal-java-17
universal-java-21

DEPENDENCIES
appraisal
Expand All @@ -146,4 +149,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.26
2.3.27
7 changes: 5 additions & 2 deletions gemfiles/rails52.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ GEM
websocket-extensions (0.1.5)

PLATFORMS
universal-java
universal-java-1.8
universal-java-11
universal-java-17
universal-java-21

DEPENDENCIES
appraisal
Expand All @@ -154,4 +157,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.26
2.3.27
7 changes: 5 additions & 2 deletions gemfiles/rails60.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,10 @@ GEM
zeitwerk (2.6.18)

PLATFORMS
universal-java
universal-java-1.8
universal-java-11
universal-java-17
universal-java-21

DEPENDENCIES
appraisal
Expand All @@ -170,4 +173,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.26
2.3.27
7 changes: 5 additions & 2 deletions gemfiles/rails61.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@ GEM
zeitwerk (2.6.18)

PLATFORMS
universal-java
universal-java-1.8
universal-java-11
universal-java-17
universal-java-21

DEPENDENCIES
appraisal
Expand All @@ -173,4 +176,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.26
2.3.27
7 changes: 5 additions & 2 deletions gemfiles/rails70.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@ GEM
zeitwerk (2.6.18)

PLATFORMS
universal-java
universal-java-1.8
universal-java-11
universal-java-17
universal-java-21

DEPENDENCIES
appraisal
Expand All @@ -172,4 +175,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.26
2.3.27
7 changes: 5 additions & 2 deletions gemfiles/rails71.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ GEM
zeitwerk (2.6.18)

PLATFORMS
universal-java
universal-java-1.8
universal-java-11
universal-java-17
universal-java-21

DEPENDENCIES
appraisal
Expand All @@ -209,4 +212,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.26
2.3.27
7 changes: 5 additions & 2 deletions gemfiles/rails72.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@ GEM
zeitwerk (2.6.18)

PLATFORMS
universal-java
universal-java-1.8
universal-java-11
universal-java-17
universal-java-21

DEPENDENCIES
appraisal
Expand All @@ -203,4 +206,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.26
2.3.27
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</description>

<properties>
<jruby.version>9.4.9.0</jruby.version>
<jruby.version>9.4.12.0</jruby.version>
<jruby.maven.plugins.version>3.0.3</jruby.maven.plugins.version>
<gem.home>${project.build.directory}/rubygems</gem.home>
<slf4j.version>2.0.16</slf4j.version>
Expand Down

0 comments on commit 58301db

Please sign in to comment.