[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/100: gnu: ruby-importmap-rails: Remove ruby-byebug dependency.
From: |
guix-commits |
Subject: |
54/100: gnu: ruby-importmap-rails: Remove ruby-byebug dependency. |
Date: |
Mon, 10 Jul 2023 03:27:33 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 219382c5701a4b43ff2518f71a5e8897dd55ab4f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Jun 28 08:48:01 2023 +0100
gnu: ruby-importmap-rails: Remove ruby-byebug dependency.
byebug is for Ruby 2, so it's good to move away from using it.
* gnu/packages/rails.scm (ruby-importmap-rails)[arguments]: Remove byebug
from
Gemfile.
[native-inputs]: Remove ruby-byebug.
---
gnu/packages/rails.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index e9da4ab695..a28249d9bd 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -929,6 +929,7 @@ already included in Rails.")
(lambda _
(delete-file "gemfiles/rails_7_propshaft.gemfile.lock")
(substitute* "gemfiles/rails_7_propshaft.gemfile"
+ ((".*gem \"byebug\".*") "")
;; Remove appraisal, and add tzinfo-data, which needs to
;; be in the Gemfile to become available.
((".*appraisal.*")
@@ -947,8 +948,7 @@ already included in Rails.")
(delete-file "test/npm_integration_test.rb")
(delete-file "test/packager_integration_test.rb"))))))
(native-inputs
- (list ruby-byebug
- ruby-capybara
+ (list ruby-capybara
ruby-propshaft
ruby-rails
ruby-rexml
- 02/100: gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace., (continued)
- 02/100: gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace., guix-commits, 2023/07/10
- 18/100: gnu: ruby-mocha: Update to 2.0.4., guix-commits, 2023/07/10
- 26/100: gnu: ruby-json-pure: Update to 2.6.3., guix-commits, 2023/07/10
- 27/100: gnu: ruby-markaby: Fix tests., guix-commits, 2023/07/10
- 36/100: gnu: Add ruby-http-accept., guix-commits, 2023/07/10
- 24/100: gnu: ruby-rack: Update to 2.2.7., guix-commits, 2023/07/10
- 41/100: gnu: ruby-oedipus-lex: Update to 2.6.1., guix-commits, 2023/07/10
- 43/100: gnu: ruby-rest-client: Update to 2.1.0., guix-commits, 2023/07/10
- 61/100: gnu: ronn-ng: Fix build., guix-commits, 2023/07/10
- 72/100: gnu: ruby-connection-pool: Update to 2.4.1., guix-commits, 2023/07/10
- 54/100: gnu: ruby-importmap-rails: Remove ruby-byebug dependency.,
guix-commits <=
- 86/100: gnu: ruby-heredoc-unindent: Fix build., guix-commits, 2023/07/10
- 75/100: gnu: ruby-sexp-processor: Update to 4.17.0., guix-commits, 2023/07/10
- 03/100: gnu: ruby-dep: Build with ruby-2.7., guix-commits, 2023/07/10
- 12/100: gnu: Add ruby-set., guix-commits, 2023/07/10
- 15/100: gnu: ruby-introspection: Adjust inputs., guix-commits, 2023/07/10
- 34/100: gnu: ruby-mime-types: Update to 3.4.1., guix-commits, 2023/07/10
- 19/100: gnu: ruby-test-construct: Update to 2.0.2., guix-commits, 2023/07/10
- 35/100: gnu: ruby-http-cookie: Update to 1.0.5., guix-commits, 2023/07/10
- 44/100: gnu: ruby-cucumber: Fix build., guix-commits, 2023/07/10
- 47/100: gnu: ruby-kpeg: Update to 1.3.3., guix-commits, 2023/07/10