File: 0002-Remove-dependency-on-pry-byebug.patch

package info (click to toggle)
ruby-representable 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: ruby: 6,495; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 754 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From: Lucas Kanashiro <kanashiro@debian.org>
Date: Fri, 6 Mar 2026 15:25:14 -0300
Subject: Remove dependency on pry-byebug

ruby-pry-byebug was removed from the archive due to being too buggy.

Forwarded: not-neeeded
---
 Gemfile             | 1 -
 test/test_helper.rb | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Gemfile b/Gemfile
index da67af7..8d7fd22 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,5 +7,4 @@ group :test do
   gem "multi_json", require: false
   gem "nokogiri", require: false
 end
-gem 'pry-byebug'
 
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 156de69..4bfab9f 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,4 +1,3 @@
-require 'pry-byebug'
 require 'representable'
 
 require 'minitest/autorun'