diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-08-24 12:50:49 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 16:40:51 +0200 |
| commit | d6ef81fb9347eed2ae61ae28711d3736575bebba (patch) | |
| tree | 11bd64410ad074226d05941c7719499312de468f | |
| parent | 58e11a7d1be485f42d5a176c719ee142638936f4 (diff) | |
gnu: ruby-cucumber-core: Update to 16.2.0.
* gnu/packages/ruby-check.scm (ruby-cucumber-core): Update to 16.2.0.
[arguments]<#:phases>{relax-version-requirements}: Remove it.
{remove-rubocop}: Add it.
[native-inputs]: Remove ruby-rubocop/minimal, ruby-simplecov,
and ruby-unindent.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/ruby-check.scm | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/gnu/packages/ruby-check.scm b/gnu/packages/ruby-check.scm index 9450f8d57ad..5abed5be815 100644 --- a/gnu/packages/ruby-check.scm +++ b/gnu/packages/ruby-check.scm | |||
| @@ -222,7 +222,7 @@ Cucumber implementation's support for the Cucumber Messages protocol.") | |||
| 222 | (define-public ruby-cucumber-core | 222 | (define-public ruby-cucumber-core |
| 223 | (package | 223 | (package |
| 224 | (name "ruby-cucumber-core") | 224 | (name "ruby-cucumber-core") |
| 225 | (version "11.1.0") | 225 | (version "16.2.0") |
| 226 | (source | 226 | (source |
| 227 | (origin | 227 | (origin |
| 228 | (method git-fetch) | 228 | (method git-fetch) |
| @@ -232,21 +232,18 @@ Cucumber implementation's support for the Cucumber Messages protocol.") | |||
| 232 | (file-name (git-file-name name version)) | 232 | (file-name (git-file-name name version)) |
| 233 | (sha256 | 233 | (sha256 |
| 234 | (base32 | 234 | (base32 |
| 235 | "0lf2inlam0951djc2qz81x0nkffmw2dpj44iadw1fw31m7r8wqvh")))) | 235 | "1z1ynba8kbq721mpmnh4fnsmir9kv2sikr9c78rh5nw4i4d5riab")))) |
| 236 | (build-system ruby-build-system) | 236 | (build-system ruby-build-system) |
| 237 | (arguments (list #:test-target "spec" | 237 | (arguments (list #:test-target "spec" |
| 238 | #:phases | 238 | #:phases |
| 239 | #~(modify-phases %standard-phases | 239 | #~(modify-phases %standard-phases |
| 240 | (add-after 'extract-gemspec 'relax-version-requirements | 240 | (add-before 'check 'remove-rubocop |
| 241 | (lambda _ | 241 | (lambda _ |
| 242 | (substitute* "cucumber-core.gemspec" | 242 | (substitute* "Rakefile" |
| 243 | (("'cucumber-tag-expressions',.*") | 243 | (("require 'rubocop/rake_task'") "") |
| 244 | "'cucumber-tag-expressions', '>=4.1.0'\n"))))))) | 244 | (("RuboCop::RakeTask.new") ""))))))) |
| 245 | (native-inputs | 245 | (native-inputs |
| 246 | (list ruby-rspec | 246 | (list ruby-rspec)) |
| 247 | ruby-rubocop/minimal | ||
| 248 | ruby-simplecov | ||
| 249 | ruby-unindent)) | ||
| 250 | (propagated-inputs | 247 | (propagated-inputs |
| 251 | (list ruby-cucumber-gherkin | 248 | (list ruby-cucumber-gherkin |
| 252 | ruby-cucumber-messages | 249 | ruby-cucumber-messages |
