We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf51e7 commit 14f5ff0Copy full SHA for 14f5ff0
Gemfile
@@ -7,6 +7,7 @@ gemspec
7
8
gem "rake"
9
gem "minitest"
10
+gem "debug"
11
12
gem "nokogiri", "1.17.2" # TODO: Lift this restriction after dropping Ruby 3.0 support.
13
Gemfile.lock
@@ -92,6 +92,9 @@ GEM
92
connection_pool (2.5.0)
93
crass (1.0.6)
94
date (3.4.1)
95
+ debug (1.10.0)
96
+ irb (~> 1.10)
97
+ reline (>= 0.3.8)
98
drb (2.2.1)
99
erubi (1.13.1)
100
globalid (1.2.1)
@@ -199,6 +202,7 @@ PLATFORMS
199
202
x86_64-linux
200
203
201
204
DEPENDENCIES
205
+ debug
206
minitest
207
net-pop!
208
nokogiri (= 1.17.2)
0 commit comments