1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

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.
This commit is contained in:
Christopher Baines
2023-06-29 11:42:47 +01:00
parent 9bdb1c4baa
commit a820891c89
+4 -1
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")