Skip to content

Commit 516eb01

Browse files
horghclaude
andcommitted
Add java platform to Gemfile.lock for JRuby support
This fixes JRuby CI builds which were failing with BUNDLE_FROZEN=true because the lockfile lacked JRuby-compatible gem variants. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4194c15 commit 516eb01

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ GEM
1313
public_suffix (>= 2.0.2, < 8.0)
1414
ast (2.4.3)
1515
bigdecimal (3.3.1)
16+
bigdecimal (3.3.1-java)
1617
connection_pool (3.0.2)
1718
crack (1.0.1)
1819
bigdecimal
@@ -24,6 +25,7 @@ GEM
2425
ffi (1.17.2-arm-linux-gnu)
2526
ffi (1.17.2-arm-linux-musl)
2627
ffi (1.17.2-arm64-darwin)
28+
ffi (1.17.2-java)
2729
ffi (1.17.2-x86-linux-gnu)
2830
ffi (1.17.2-x86-linux-musl)
2931
ffi (1.17.2-x86_64-darwin)
@@ -42,6 +44,7 @@ GEM
4244
domain_name (~> 0.5)
4345
http-form_data (2.3.0)
4446
json (2.18.0)
47+
json (2.18.0-java)
4548
language_server-protocol (3.17.0.5)
4649
lint_roller (1.1.0)
4750
llhttp-ffi (0.5.1)
@@ -57,6 +60,7 @@ GEM
5760
prism (1.7.0)
5861
public_suffix (7.0.0)
5962
racc (1.8.1)
63+
racc (1.8.1-java)
6064
rainbow (3.1.1)
6165
rake (13.3.1)
6266
regexp_parser (2.11.3)
@@ -105,6 +109,7 @@ PLATFORMS
105109
arm-linux-gnu
106110
arm-linux-musl
107111
arm64-darwin
112+
java
108113
ruby
109114
x86-linux-gnu
110115
x86-linux-musl

0 commit comments

Comments
 (0)