public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gherkin] rawhide: Ruby: Allow cucumber-messages 33 (fix RHBZ#2487849)
@ 2026-06-12 10:09 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-12 10:09 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gherkin
Branch : rawhide
Commit : c1c5476c37923fde8805b1a24bf99a8a2b7e8164
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-12T11:07:27+01:00
Stats : +10/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gherkin/c/c1c5476c37923fde8805b1a24bf99a8a2b7e8164?branch=rawhide
Log:
Ruby: Allow cucumber-messages 33 (fix RHBZ#2487849)
---
diff --git a/gherkin.spec b/gherkin.spec
index 3b0bf24..2f99263 100644
--- a/gherkin.spec
+++ b/gherkin.spec
@@ -202,6 +202,16 @@ sed --regexp-extended --in-place 's@python -m@%{python3} -m@' python/Makefile
# practice.
%pyproject_patch_dependency uv_build:drop_upper
+pushd ruby
+# Ruby: Allow cucumber-messages 33. Since these packages have the same
+# upstream, we expect this to be updated upstream in due course. If too much
+# time goes by, we might suggest it in a PR similar to
+# https://github.com/cucumber/gherkin/pull/525, only also including the
+# language implementations that have been added since then.
+%gemspec_remove_dep -s cucumber-gherkin.gemspec -g cucumber-messages [">= 31", "< 33"]
+%gemspec_add_dep -s cucumber-gherkin.gemspec -g cucumber-messages [">= 31", "< 34"]
+popd
+
%generate_buildrequires
%pyproject_buildrequires --directory python
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-12 10:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 10:09 [rpms/gherkin] rawhide: Ruby: Allow cucumber-messages 33 (fix RHBZ#2487849) Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox