File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ group :development, :test do
82
82
83
83
################################################################################
84
84
# Favorite debugging gems
85
+ gem "debug" , ">= 1.0.0"
86
+
85
87
gem "pry"
86
88
gem "pry-byebug"
87
89
gem "pry-doc"
Original file line number Diff line number Diff line change 115
115
database_cleaner-core (~> 2.0.0 )
116
116
database_cleaner-core (2.0.1 )
117
117
date (3.3.2 )
118
+ debug (1.4.0 )
119
+ irb (>= 1.3.6 )
120
+ reline (>= 0.2.7 )
118
121
debug_inspector (1.1.0 )
119
122
diff-lcs (1.5.0 )
120
123
docile (1.4.0 )
136
139
i18n (1.8.11 )
137
140
concurrent-ruby (~> 1.0 )
138
141
interception (0.5 )
142
+ io-console (0.5.11 )
143
+ irb (1.4.1 )
144
+ reline (>= 0.3.0 )
139
145
jbuilder (2.11.5 )
140
146
actionview (>= 5.0.0 )
141
147
activesupport (>= 5.0.0 )
250
256
rainbow (~> 3.0 )
251
257
redis (3.3.3 )
252
258
regexp_parser (2.2.0 )
259
+ reline (0.3.0 )
260
+ io-console (~> 0.5 )
253
261
require_all (3.0.0 )
254
262
rexml (3.2.5 )
255
263
rspec-core (3.10.1 )
@@ -379,6 +387,7 @@ DEPENDENCIES
379
387
coffee-rails
380
388
coveralls_reborn (~> 0.25.0 )
381
389
database_cleaner
390
+ debug (>= 1.0.0 )
382
391
factory_bot_rails
383
392
foreman
384
393
generator_spec
You can’t perform that action at this time.
0 commit comments