[Bug 286516] www/rubygem-jekyll: fails to import json

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 24 May 2025 06:37:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286516

--- Comment #5 from Sir l33tname <sirl33tname@gmail.com> ---
Are you running ruby 3.3?

And does this work on your setup?

# cat t.rb
require 'json'
puts "test"
x = JSON::Fragment.new("[1,2]")
# ruby t.rb

Because it does not for me and other freebsd users:
https://mastodon.social/@jan@jit.social/114445641150659462

I update the host and jail and ports and now jekyll also works again on my
machine.
And i cant figure out why it ever tried to use JSON::Fragment, but im
relatively confident that Fragments are broken on FreeBSD right now.
(Should I close this one and open a new one for that or should we use this
issue)

-- 
You are receiving this mail because:
You are on the CC list for the bug.