File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff 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'
3638end
3739
3840group :test do
Original file line number Diff line number Diff line change 11PATH
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
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 )
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 )
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
You can’t perform that action at this time.
0 commit comments