diff options
author | Romain Tartière <romain@FreeBSD.org> | 2025-07-18 15:22:51 -1000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2025-07-18 15:29:45 -1000 |
commit | 46bdc5c81a0fb01a86015bb43c8bfa6cc2fc4220 (patch) | |
tree | d2df0cdb454f54e8a132c0ab9670308bd08be774 | |
parent | misc/py-openai: update 1.73.0 → 1.97.0 (diff) |
devel/rubygem-multi_json: Update to 1.17.0
This release fix incompatibility with older versions of Ruby that was
introduced in 1.16.0. That broke some ports that rely on jRuby (which
support the Ruby 3.1 syntax).
Approved by: portmgr blanket
-rw-r--r-- | devel/rubygem-multi_json/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-multi_json/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/rubygem-multi_json/Makefile b/devel/rubygem-multi_json/Makefile index 26f88e2986d7..aff7a9387c2f 100644 --- a/devel/rubygem-multi_json/Makefile +++ b/devel/rubygem-multi_json/Makefile @@ -1,5 +1,5 @@ PORTNAME= multi_json -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-multi_json/distinfo b/devel/rubygem-multi_json/distinfo index 3a8bb4d21c30..f67f292d2953 100644 --- a/devel/rubygem-multi_json/distinfo +++ b/devel/rubygem-multi_json/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266232 -SHA256 (rubygem/multi_json-1.16.0.gem) = 111f3120b69989829e7819321e3f626b943c04017cedf912b8fc7125fefa7636 -SIZE (rubygem/multi_json-1.16.0.gem) = 22016 +TIMESTAMP = 1752888036 +SHA256 (rubygem/multi_json-1.17.0.gem) = 76581f6c96aebf2e85f8a8b9854829e0988f335e8671cd1a56a1036eb75e4a1b +SIZE (rubygem/multi_json-1.17.0.gem) = 22016 |