gnu: ruby-rubocop-capybara: Relax ruby-danger requirement.

* gnu/packages/ruby.scm (ruby-rubocop-capybara)[arguments]<#:phases>:
Relax ruby-danger requirement in phase 'relax-requirements.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-02-16 01:34:31 +01:00 committed by Andreas Enge
parent 7688317e6c
commit 0109fc3142
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2054,7 +2054,8 @@ code style checking of Capybara test files (RSpec, Cucumber, Minitest).")
(lambda _
(substitute* "Gemfile"
(("gem 'rubocop-rspec', '~> 2.16.0'")
"gem 'rubocop-rspec', '>= 2.16.0'")))))))
"gem 'rubocop-rspec', '>= 2.16.0'")
(("gem 'danger'.*") "")))))))
(native-inputs
(list ruby-bump
ruby-rack