me
/
guix
Archived
1
0
Fork 0

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.
Christopher Baines 2023-06-28 08:48:01 +01:00
parent 7ee445d5a1
commit 219382c570
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -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