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.
bundle add debug
1 parent a70e7ba commit bc557adCopy full SHA for bc557ad
Gemfile
@@ -8,7 +8,7 @@ gem "puma"
8
gem "sqlite3"
9
10
# Start debugger with binding.b [https://github.com/ruby/debug]
11
-# gem "debug", ">= 1.0.0"
+gem "debug"
12
13
gem "standard", "~> 1.50"
14
gem "standard-rails", "~> 1.4"
Gemfile.lock
@@ -87,6 +87,9 @@ GEM
87
connection_pool (2.5.3)
88
crass (1.0.6)
89
date (3.4.1)
90
+ debug (1.10.0)
91
+ irb (~> 1.10)
92
+ reline (>= 0.3.8)
93
drb (2.2.3)
94
erb (5.0.1)
95
erubi (1.13.1)
@@ -275,6 +278,7 @@ PLATFORMS
275
278
x86_64-linux-musl
276
279
277
280
DEPENDENCIES
281
+ debug
282
puma
283
rails-app_env!
284
sqlite3
0 commit comments