mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7688317e6c
commit
0109fc3142
1 changed files with 2 additions and 1 deletions
|
@ -2054,7 +2054,8 @@ code style checking of Capybara test files (RSpec, Cucumber, Minitest).")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Gemfile"
|
(substitute* "Gemfile"
|
||||||
(("gem 'rubocop-rspec', '~> 2.16.0'")
|
(("gem 'rubocop-rspec', '~> 2.16.0'")
|
||||||
"gem 'rubocop-rspec', '>= 2.16.0'")))))))
|
"gem 'rubocop-rspec', '>= 2.16.0'")
|
||||||
|
(("gem 'danger'.*") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-bump
|
(list ruby-bump
|
||||||
ruby-rack
|
ruby-rack
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue