File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ group :test do
66
66
gem 'rdoc' , '~> 6.11'
67
67
gem 'browserstack-local' , '~> 1.4'
68
68
69
- gem 'irb' , '~> 1.14 '
69
+ gem 'irb' , '~> 1.15 '
70
70
gem 'pry-byebug' , '~> 3.10' , '>= 3.10.1'
71
71
72
72
gem 'rest-client' , '~> 2.1.0'
Original file line number Diff line number Diff line change 82
82
concurrent-ruby (~> 1.0 )
83
83
io-console (0.8.0 )
84
84
io-like (0.3.1 )
85
- irb (1.14.3 )
85
+ irb (1.15.1 )
86
+ pp (>= 0.6.0 )
86
87
rdoc (>= 4.0.0 )
87
88
reline (>= 0.4.2 )
88
89
json (2.9.1 )
@@ -119,13 +120,16 @@ GEM
119
120
ast (~> 2.4.1 )
120
121
racc
121
122
power_assert (2.0.5 )
123
+ pp (0.6.2 )
124
+ prettyprint
125
+ prettyprint (0.2.0 )
122
126
pry (0.14.2 )
123
127
coderay (~> 1.1 )
124
128
method_source (~> 1.0 )
125
129
pry-byebug (3.10.1 )
126
130
byebug (~> 11.0 )
127
131
pry (>= 0.13 , < 0.15 )
128
- psych (5.2.2 )
132
+ psych (5.2.3 )
129
133
date
130
134
stringio
131
135
public_suffix (6.0.1 )
@@ -264,7 +268,7 @@ DEPENDENCIES
264
268
eventmachine (~> 1.2 , >= 1.2.7 )
265
269
execjs (~> 2.10 )
266
270
geckodriver-helper (~> 0.24.0 )
267
- irb (~> 1.14 )
271
+ irb (~> 1.15 )
268
272
json
269
273
maxmind-db (~> 1.2 )
270
274
mime-types (~> 3.6 )
You can’t perform that action at this time.
0 commit comments