[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/19: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug depend
From: |
guix-commits |
Subject: |
10/19: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency. |
Date: |
Thu, 29 Jun 2023 07:06:03 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 18b41d696b748747badf85fd646dd153ed25bbc6
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 11:37:31 2023 +0100
gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency.
* gnu/packages/ruby.scm (ruby-language-server-protocol)[arguments]: Add
'remove-unnecessary-dependencies phase.
[native-inputs]: Remove ruby-pry-byebug.
---
gnu/packages/ruby.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index dcf5744682..a694665086 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -14271,6 +14271,10 @@ for scalable network clients and servers.")
(list
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'remove-unnecessary-dependencies
+ (lambda _
+ (substitute* "Gemfile"
+ (("gem \"pry-byebug\"") ""))))
(replace 'replace-git-ls-files
(lambda _
(substitute* "language_server-protocol.gemspec"
@@ -14283,8 +14287,7 @@ for scalable network clients and servers.")
ruby-benchmark-ips
ruby-m
ruby-minitest
- ruby-minitest-power-assert
- ruby-pry-byebug))
+ ruby-minitest-power-assert))
(synopsis "Language Server Protocol (LSP) development kit for Ruby")
(description "This package provides a Language Server Protocol (LSP)
development kit for Ruby.")
- 13/19: gnu: ruby-connection-pool: Update to 2.4.1., (continued)
- 13/19: gnu: ruby-connection-pool: Update to 2.4.1., guix-commits, 2023/06/29
- 15/19: gnu: ruby-net-scp: Fix build., guix-commits, 2023/06/29
- 17/19: gnu: ruby-slop: Update to 4.10.1., guix-commits, 2023/06/29
- 05/19: gnu: ruby-braintree: Update to 4.12.0., guix-commits, 2023/06/29
- 02/19: gnu: ronn-ng: Fix build., guix-commits, 2023/06/29
- 04/19: gnu: ruby-benchmark-ips: Update to 2.12.0., guix-commits, 2023/06/29
- 06/19: gnu: ruby-multi-json: Fix build., guix-commits, 2023/06/29
- 07/19: gnu: ruby-jwt: Update to 2.7.1., guix-commits, 2023/06/29
- 12/19: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/06/29
- 08/19: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/06/29
- 10/19: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency.,
guix-commits <=
- 19/19: gnu: swagger-diff: Update to 2.0.0., guix-commits, 2023/06/29
- 16/19: gnu: ruby-sexp-processor: Update to 4.17.0., guix-commits, 2023/06/29
- 14/19: gnu: ruby-net-http-persistent: Update to 4.0.2., guix-commits, 2023/06/29
- 18/19: gnu: ruby-text-hyphen: Update to 1.5.0., guix-commits, 2023/06/29