Skip to content

Commit 9ae2c18

Browse files
authored
Merge pull request #198 from coderdojo-japan/pry-tools
Pry tools
2 parents 0f22d2f + 1083195 commit 9ae2c18

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ end
4444
group :development, :test do
4545
gem 'sqlite3'
4646
gem 'pry-rails'
47+
gem 'pry-byebug'
48+
gem 'pry-doc'
49+
gem 'pry-stack_explorer'
4750
gem 'rake'
4851
gem 'travis'
4952
gem 'minitest-retry'

Gemfile.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ GEM
4545
execjs
4646
backports (3.10.3)
4747
bindex (0.5.0)
48+
binding_of_caller (0.7.3)
49+
debug_inspector (>= 0.0.1)
4850
bootstrap-sass (3.3.7)
4951
autoprefixer-rails (>= 5.2.1)
5052
sass (>= 3.3.4)
5153
builder (3.2.3)
54+
byebug (9.1.0)
5255
capybara (2.15.4)
5356
addressable
5457
mini_mime (>= 0.1.3)
@@ -69,6 +72,7 @@ GEM
6972
concurrent-ruby (1.0.5)
7073
connection_pool (2.2.1)
7174
crass (1.0.2)
75+
debug_inspector (0.0.3)
7276
diff-lcs (1.3)
7377
erubi (1.7.0)
7478
ethon (0.11.0)
@@ -144,8 +148,17 @@ GEM
144148
pry (0.11.2)
145149
coderay (~> 1.1.0)
146150
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)
147157
pry-rails (0.3.6)
148158
pry (>= 0.10.4)
159+
pry-stack_explorer (0.4.9.2)
160+
binding_of_caller (>= 0.7)
161+
pry (>= 0.9.11)
149162
public_suffix (3.0.0)
150163
pusher-client (0.6.2)
151164
json
@@ -300,6 +313,7 @@ GEM
300313
woothee (1.7.0)
301314
xpath (2.1.0)
302315
nokogiri (~> 1.3)
316+
yard (0.9.9)
303317

304318
PLATFORMS
305319
ruby
@@ -318,7 +332,10 @@ DEPENDENCIES
318332
listen
319333
minitest-retry
320334
pg
335+
pry-byebug
336+
pry-doc
321337
pry-rails
338+
pry-stack_explorer
322339
rack-host-redirect
323340
rack-user_agent
324341
rails (= 5.1.4)

0 commit comments

Comments
 (0)