File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 36
36
37
37
group :development do
38
38
gem 'better_errors'
39
+ gem 'binding_of_caller'
39
40
gem 'web-console' , '>= 3.3.0'
40
41
gem 'listen' , '~> 3.0.5'
41
42
gem 'spring'
Original file line number Diff line number Diff line change 47
47
erubis (>= 2.6.6 )
48
48
rack (>= 0.9.0 )
49
49
bindex (0.5.0 )
50
+ binding_of_caller (0.7.2 )
51
+ debug_inspector (>= 0.0.1 )
50
52
builder (3.2.3 )
51
53
byebug (9.0.6 )
52
54
capybara (2.13.0 )
68
70
coffee-script-source (1.12.2 )
69
71
concurrent-ruby (1.0.5 )
70
72
database_cleaner (1.5.3 )
73
+ debug_inspector (0.0.3 )
71
74
diff-lcs (1.3 )
72
75
docile (1.1.5 )
73
76
erubis (2.7.0 )
@@ -231,6 +234,7 @@ PLATFORMS
231
234
DEPENDENCIES
232
235
bcrypt (~> 3.1.7 )
233
236
better_errors
237
+ binding_of_caller
234
238
byebug
235
239
capybara
236
240
coffee-rails (~> 4.2 )
You can’t perform that action at this time.
0 commit comments