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
33
33
gem 'byebug'
34
34
gem 'webmock'
35
35
gem 'webdrivers' , '~> 4.1'
36
+ gem 'pry-rails'
37
+ gem 'pry-byebug'
36
38
end
37
39
38
40
group :test do
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- matestack-ui-core (0.7.2.1 )
4
+ matestack-ui-core (0.7.3 )
5
5
cells-haml
6
6
cells-rails
7
7
haml
81
81
childprocess (0.9.0 )
82
82
ffi (~> 1.0 , >= 1.0.11 )
83
83
cliver (0.3.2 )
84
+ coderay (1.1.2 )
84
85
concurrent-ruby (1.1.5 )
85
86
crack (0.4.3 )
86
87
safe_yaml (~> 1.0.0 )
131
132
capybara (>= 2.1 , < 4 )
132
133
cliver (~> 0.3.1 )
133
134
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 )
134
143
public_suffix (3.0.3 )
135
144
puma (3.12.0 )
136
145
rack (2.0.7 )
201
210
json (>= 1.8 , < 3 )
202
211
simplecov-html (~> 0.10.0 )
203
212
simplecov-html (0.10.2 )
204
- sprockets (3.7.2 )
213
+ sprockets (4.0.0 )
205
214
concurrent-ruby (~> 1.0 )
206
215
rack (> 1 , < 3 )
207
216
sprockets-rails (3.2.1 )
@@ -260,6 +269,8 @@ DEPENDENCIES
260
269
generator_spec
261
270
matestack-ui-core !
262
271
poltergeist
272
+ pry-byebug
273
+ pry-rails
263
274
puma
264
275
rspec-rails (~> 3.8 )
265
276
selenium-webdriver
You can’t perform that action at this time.
0 commit comments