summaryrefslogtreecommitdiff
path: root/dev-ruby/json-schema
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-12 03:04:43 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-12 03:04:43 -0500
commit40d2213d241ba50dbaf9b311a92a93e480fbd474 (patch)
treec0dc1821acc043acc052426e9d018af4b26b4c72 /dev-ruby/json-schema
parent755ecc63c34034b68719f6dac52aa76ba08bbe5c (diff)
downloadbaldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.tar.gz
baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.tar.xz
baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.zip
Adding metadata
Diffstat (limited to 'dev-ruby/json-schema')
-rw-r--r--dev-ruby/json-schema/files/json-schema-5.2.2-allow-bigdecimal-4.patch24
-rw-r--r--dev-ruby/json-schema/json-schema-5.2.2-r1.ebuild (renamed from dev-ruby/json-schema/json-schema-5.2.2.ebuild)1
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-ruby/json-schema/files/json-schema-5.2.2-allow-bigdecimal-4.patch b/dev-ruby/json-schema/files/json-schema-5.2.2-allow-bigdecimal-4.patch
new file mode 100644
index 000000000000..cd0b8cd38832
--- /dev/null
+++ b/dev-ruby/json-schema/files/json-schema-5.2.2-allow-bigdecimal-4.patch
@@ -0,0 +1,24 @@
+https://bugs.gentoo.org/976106
+https://github.com/voxpupuli/json-schema/pull/557
+
+From 9f52b34a54a9063aace89edeb3caf1e96acee851 Mon Sep 17 00:00:00 2001
+From: Tim Meusel <tim@bastelfreak.de>
+Date: Sat, 20 Dec 2025 22:07:49 +0100
+Subject: [PATCH] bigdecimal: Allow 4.x
+
+---
+ json-schema.gemspec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/json-schema.gemspec b/json-schema.gemspec
+index 36acd2aa..fde94b6f 100644
+--- a/json-schema.gemspec
++++ b/json-schema.gemspec
+@@ -23,5 +23,5 @@ Gem::Specification.new do |s|
+ s.add_development_dependency 'webmock', '~> 3.23'
+
+ s.add_dependency 'addressable', '~> 2.8'
+- s.add_dependency 'bigdecimal', '~> 3.1'
++ s.add_dependency 'bigdecimal', '>= 3.1', '< 5'
+ end
+
diff --git a/dev-ruby/json-schema/json-schema-5.2.2.ebuild b/dev-ruby/json-schema/json-schema-5.2.2-r1.ebuild
index 2ba241e99b01..fa86a59c2de6 100644
--- a/dev-ruby/json-schema/json-schema-5.2.2.ebuild
+++ b/dev-ruby/json-schema/json-schema-5.2.2-r1.ebuild
@@ -32,6 +32,7 @@ ruby_add_bdepend "test? (
PATCHES=(
"${FILESDIR}/${P}-remove-dev-tasks.patch"
+ "${FILESDIR}/${P}-allow-bigdecimal-4.patch"
)
all_ruby_prepare() {