Skip to content

Commit 010d66a

Browse files
committed
adding pry, pry-rails, and pry-byebug gems.
#304 (comment)
1 parent 0d82948 commit 010d66a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ group :development, :test do
3333
gem 'byebug'
3434
gem 'webmock'
3535
gem 'webdrivers', '~> 4.1'
36+
gem 'pry-rails'
37+
gem 'pry-byebug'
3638
end
3739

3840
group :test do

Gemfile.lock

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
matestack-ui-core (0.7.2.1)
4+
matestack-ui-core (0.7.3)
55
cells-haml
66
cells-rails
77
haml
@@ -81,6 +81,7 @@ GEM
8181
childprocess (0.9.0)
8282
ffi (~> 1.0, >= 1.0.11)
8383
cliver (0.3.2)
84+
coderay (1.1.2)
8485
concurrent-ruby (1.1.5)
8586
crack (0.4.3)
8687
safe_yaml (~> 1.0.0)
@@ -131,6 +132,14 @@ GEM
131132
capybara (>= 2.1, < 4)
132133
cliver (~> 0.3.1)
133134
websocket-driver (>= 0.2.0)
135+
pry (0.12.2)
136+
coderay (~> 1.1.0)
137+
method_source (~> 0.9.0)
138+
pry-byebug (3.7.0)
139+
byebug (~> 11.0)
140+
pry (~> 0.10)
141+
pry-rails (0.3.9)
142+
pry (>= 0.10.4)
134143
public_suffix (3.0.3)
135144
puma (3.12.0)
136145
rack (2.0.7)
@@ -201,7 +210,7 @@ GEM
201210
json (>= 1.8, < 3)
202211
simplecov-html (~> 0.10.0)
203212
simplecov-html (0.10.2)
204-
sprockets (3.7.2)
213+
sprockets (4.0.0)
205214
concurrent-ruby (~> 1.0)
206215
rack (> 1, < 3)
207216
sprockets-rails (3.2.1)
@@ -260,6 +269,8 @@ DEPENDENCIES
260269
generator_spec
261270
matestack-ui-core!
262271
poltergeist
272+
pry-byebug
273+
pry-rails
263274
puma
264275
rspec-rails (~> 3.8)
265276
selenium-webdriver

0 commit comments

Comments
 (0)