Skip to content

Commit bc557ad

Browse files
committed
bundle add debug
1 parent a70e7ba commit bc557ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "puma"
88
gem "sqlite3"
99

1010
# Start debugger with binding.b [https://github.com/ruby/debug]
11-
# gem "debug", ">= 1.0.0"
11+
gem "debug"
1212

1313
gem "standard", "~> 1.50"
1414
gem "standard-rails", "~> 1.4"

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ GEM
8787
connection_pool (2.5.3)
8888
crass (1.0.6)
8989
date (3.4.1)
90+
debug (1.10.0)
91+
irb (~> 1.10)
92+
reline (>= 0.3.8)
9093
drb (2.2.3)
9194
erb (5.0.1)
9295
erubi (1.13.1)
@@ -275,6 +278,7 @@ PLATFORMS
275278
x86_64-linux-musl
276279

277280
DEPENDENCIES
281+
debug
278282
puma
279283
rails-app_env!
280284
sqlite3

0 commit comments

Comments
 (0)