Skip to content

Commit 11af88d

Browse files
committed
Bump JRuby releases to latest patched versions
1 parent 9facaa2 commit 11af88d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/maven.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
jruby_version: [ '9.3.15.0', '9.4.12.0', '10.0.0.0' ]
16+
jruby_version: [ '9.3.15.0', '9.4.12.1', '10.0.0.1' ]
1717
java_version: [ '8', '11', '17', '21' ]
1818
exclude:
19-
- jruby_version: '10.0.0.0'
19+
- jruby_version: '10.0.0.1'
2020
java_version: '8' # JRuby 10 requires Java 21
21-
- jruby_version: '10.0.0.0'
21+
- jruby_version: '10.0.0.1'
2222
java_version: '11' # JRuby 10 requires Java 21
23-
- jruby_version: '10.0.0.0'
23+
- jruby_version: '10.0.0.1'
2424
java_version: '17' # JRuby 10 requires Java 21
2525
fail-fast: false
2626

@@ -49,7 +49,7 @@ jobs:
4949

5050
strategy:
5151
matrix:
52-
jruby_version: [ '9.3.15.0', '9.4.12.0', '10.0.0.0' ]
52+
jruby_version: [ '9.3.15.0', '9.4.12.1', '10.0.0.1' ]
5353
java_version: [ '8', '11', '17', '21' ]
5454
appraisal: [ 'rails50', 'rails52', 'rails60', 'rails61', 'rails70', 'rails71', 'rails72' ]
5555
exclude:
@@ -89,11 +89,11 @@ jobs:
8989
- jruby_version: '9.3.15.0'
9090
java_version: '21'
9191
appraisal: 'rails72' # Requires Ruby 3.1 compatibility, which JRuby 9.3 does not support
92-
- jruby_version: '10.0.0.0'
92+
- jruby_version: '10.0.0.1'
9393
java_version: '8' # JRuby 10 requires Java 21
94-
- jruby_version: '10.0.0.0'
94+
- jruby_version: '10.0.0.1'
9595
java_version: '11' # JRuby 10 requires Java 21
96-
- jruby_version: '10.0.0.0'
96+
- jruby_version: '10.0.0.1'
9797
java_version: '17' # JRuby 10 requires Java 21
9898
fail-fast: false
9999

@@ -108,7 +108,7 @@ jobs:
108108
cache: maven
109109

110110
- name: Setup JRuby
111-
uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 # v1.233.0
111+
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
112112
with:
113113
ruby-version: jruby-${{ matrix.jruby_version }}
114114
bundler: 2.3.27 # use version that is OK for JRuby 9.3

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
rake
77
thor (>= 0.14.0)
88
diff-lcs (1.6.1)
9-
rack (2.2.13)
9+
rack (2.2.14)
1010
rake (13.2.1)
1111
rspec (3.13.0)
1212
rspec-core (~> 3.13.0)
@@ -17,7 +17,7 @@ GEM
1717
rspec-expectations (3.13.3)
1818
diff-lcs (>= 1.2.0, < 2.0)
1919
rspec-support (~> 3.13.0)
20-
rspec-mocks (3.13.2)
20+
rspec-mocks (3.13.4)
2121
diff-lcs (>= 1.2.0, < 2.0)
2222
rspec-support (~> 3.13.0)
2323
rspec-support (3.13.2)

History.md

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

33
- Adds basic compatibility with JRuby 10.0
4-
- update (bundled) rack to 2.2.13
4+
- update (bundled) rack to 2.2.14
55
- Corrects Rack 2.x compatibility when used with modern Rails, and requires Rack 2.x going forward
66
- forward ports all 1.1.x fixes to the 1.2.x stream which were omitted in 1.2.2 release (#262)
77
- fixes regression NoMethodError undefined method get_header (#259)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</description>
2020

2121
<properties>
22-
<jruby.version>10.0.0.0</jruby.version>
22+
<jruby.version>10.0.0.1</jruby.version>
2323
<jruby.maven.plugins.version>3.0.5</jruby.maven.plugins.version>
2424
<gem.home>${project.build.directory}/rubygems</gem.home>
2525
<slf4j.version>2.0.17</slf4j.version>

0 commit comments

Comments
 (0)