File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 44
44
group :development , :test do
45
45
gem 'sqlite3'
46
46
gem 'pry-rails'
47
+ gem 'pry-byebug'
48
+ gem 'pry-doc'
49
+ gem 'pry-stack_explorer'
47
50
gem 'rake'
48
51
gem 'travis'
49
52
gem 'minitest-retry'
Original file line number Diff line number Diff line change 45
45
execjs
46
46
backports (3.10.3 )
47
47
bindex (0.5.0 )
48
+ binding_of_caller (0.7.3 )
49
+ debug_inspector (>= 0.0.1 )
48
50
bootstrap-sass (3.3.7 )
49
51
autoprefixer-rails (>= 5.2.1 )
50
52
sass (>= 3.3.4 )
51
53
builder (3.2.3 )
54
+ byebug (9.1.0 )
52
55
capybara (2.15.4 )
53
56
addressable
54
57
mini_mime (>= 0.1.3 )
69
72
concurrent-ruby (1.0.5 )
70
73
connection_pool (2.2.1 )
71
74
crass (1.0.2 )
75
+ debug_inspector (0.0.3 )
72
76
diff-lcs (1.3 )
73
77
erubi (1.7.0 )
74
78
ethon (0.11.0 )
144
148
pry (0.11.2 )
145
149
coderay (~> 1.1.0 )
146
150
method_source (~> 0.9.0 )
151
+ pry-byebug (3.5.0 )
152
+ byebug (~> 9.1 )
153
+ pry (~> 0.10 )
154
+ pry-doc (0.11.1 )
155
+ pry (~> 0.9 )
156
+ yard (~> 0.9 )
147
157
pry-rails (0.3.6 )
148
158
pry (>= 0.10.4 )
159
+ pry-stack_explorer (0.4.9.2 )
160
+ binding_of_caller (>= 0.7 )
161
+ pry (>= 0.9.11 )
149
162
public_suffix (3.0.0 )
150
163
pusher-client (0.6.2 )
151
164
json
300
313
woothee (1.7.0 )
301
314
xpath (2.1.0 )
302
315
nokogiri (~> 1.3 )
316
+ yard (0.9.9 )
303
317
304
318
PLATFORMS
305
319
ruby
@@ -318,7 +332,10 @@ DEPENDENCIES
318
332
listen
319
333
minitest-retry
320
334
pg
335
+ pry-byebug
336
+ pry-doc
321
337
pry-rails
338
+ pry-stack_explorer
322
339
rack-host-redirect
323
340
rack-user_agent
324
341
rails (= 5.1.4 )
You can’t perform that action at this time.
0 commit comments