<headius>
latest rails 7 seems to install a gem or gems that depend on the date gem, which only has native exts for CRuby. We need to get a no-op version of that out
<headius>
we had someone else report this with another library's transitive dependency too so this is a problem we need to fix ASAP
<headius>
ok weird, earlier versions seem to do it too... not sure why this worked last week
<headius>
some gem may have gotten updated to depend on date
<headius>
sqlite does not work on MacOS M1, since there's no binary shipped for it...
<headius>
I'm finding all the fun stuff on the day of my talk :-)
<headius>
newer sqlite jdbc driver does include support
<headius>
we should get that released
subbu has quit [Quit: Leaving]
<headius>
yeh that fixes it
<headius>
and setting time gem to 0.1.0 also fixes the date dependency
<headius>
kares: are you available to ship the updated jdbc-sqlite gem today?
subbu has joined #jruby
<headius>
gem login hangs for me locally
<headius>
hmm or maybe it is this connection... cruby seems to hang too
<headius>
ok it is a pty/console thing... after password entry it leaves echo off so can't see anything
<headius>
kares: nevermind, I just pushed whatever was on master
<headius>
that's 3.32.3.3 and there's a 3.40 so we could update further