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 114
114
database_cleaner-core (~> 2.0.0 )
115
115
database_cleaner-core (2.0.1 )
116
116
date (3.3.3 )
117
+ debug (1.7.1 )
118
+ irb (>= 1.5.0 )
119
+ reline (>= 0.3.1 )
117
120
debug_inspector (1.1.0 )
118
121
diff-lcs (1.5.0 )
119
122
docile (1.4.0 )
135
138
i18n (1.12.0 )
136
139
concurrent-ruby (~> 1.0 )
137
140
interception (0.5 )
141
+ io-console (0.6.0 )
142
+ irb (1.6.2 )
143
+ reline (>= 0.3.0 )
138
144
jbuilder (2.11.5 )
139
145
actionview (>= 5.0.0 )
140
146
activesupport (>= 5.0.0 )
252
258
rainbow (~> 3.0 )
253
259
redis (3.3.3 )
254
260
regexp_parser (2.6.1 )
261
+ reline (0.3.2 )
262
+ io-console (~> 0.5 )
255
263
require_all (3.0.0 )
256
264
rexml (3.2.5 )
257
265
rspec-core (3.12.0 )
@@ -384,6 +392,7 @@ DEPENDENCIES
384
392
coffee-rails
385
393
coveralls_reborn (~> 0.25.0 )
386
394
database_cleaner
395
+ debug (>= 1.0.0 )
387
396
factory_bot_rails
388
397
foreman
389
398
generator_spec
You can’t perform that action at this time.
0 commit comments