Closed ashkulz closed 1 year ago
Hey @ashkulz sorry. I actually did build the gem for Java and pushed. I did gem build --platform java
. But that's not enough apparently. Of course I need to do that using jruby. I had forgotten exactly how to do it.
Please check https://rubygems.org/gems/jsonb_accessor/versions/1.3.10-java. Let me know if that works.
I've create a script for building for both platforms now.
Thanks, looks good to me @haffla! As ever, thanks for the fast turnaround :clap:
@haffla can you release jsonb_accessor 1.3.10 (regular version)? Dependabot is confused because only one is released and not the other:
Aiaiaiai, fixed now :)
Thanks, confirm that it works :tada:
If you compare the dependencies of 1.3.7-java vs 1.3.8-java they're different in
pg
vsactiverecord-jdbcpostgresql-adapter
.I guess @haffla forgot to build the
-java
gem on JRuby, but I'm not sure what really happened :man_shrugging: