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.
parent
7ee445d5a1
commit
219382c570
|
@ -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
|
||||
|
|
Reference in New Issue