me
/
guix
Archived
1
0
Fork 0

gnu: ruby-spy: Remove ruby-pry-byebug input.

* gnu/packages/ruby.scm (ruby-spy)[arguments]: Remove use of pry-byebug.
[native-inputs]: Remove ruby-pry-byebug.
Christopher Baines 2023-06-29 11:42:47 +01:00
parent 9bdb1c4baa
commit a820891c89
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 4 additions and 1 deletions

View File

@ -14310,6 +14310,10 @@ development kit for Ruby.")
(list #:phases #~(modify-phases %standard-phases
(add-after 'extract-gemspec 'relax-requirements
(lambda _
(substitute* "spy.gemspec"
((".*pry-byebug.*") ""))
(substitute* "test/test_helper.rb"
((".*pry-byebug.*") ""))
(substitute* "Gemfile"
((".*redcarpet.*") "")
((".*yard.*") "")))))))
@ -14317,7 +14321,6 @@ development kit for Ruby.")
(list ruby-coveralls
ruby-minitest-reporters
ruby-pry
ruby-pry-byebug
ruby-rspec-core
ruby-rspec-expectations))
(synopsis "Mocking library for Ruby")