File tree Expand file tree Collapse file tree 2 files changed +24
-21
lines changed Expand file tree Collapse file tree 2 files changed +24
-21
lines changed Original file line number Diff line number Diff line change 66
66
windows_error
67
67
xdr
68
68
xmlrpc
69
+ xpath (= 2.0 )
69
70
70
71
GEM
71
72
remote: https://rubygems.org/
72
73
specs:
73
74
Ascii85 (1.0.2 )
74
- actionpack (4.2.8 )
75
- actionview (= 4.2.8 )
76
- activesupport (= 4.2.8 )
75
+ actionpack (4.2.9 )
76
+ actionview (= 4.2.9 )
77
+ activesupport (= 4.2.9 )
77
78
rack (~> 1.6 )
78
79
rack-test (~> 0.6.2 )
79
80
rails-dom-testing (~> 1.0 , >= 1.0.5 )
80
81
rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
81
- actionview (4.2.8 )
82
- activesupport (= 4.2.8 )
82
+ actionview (4.2.9 )
83
+ activesupport (= 4.2.9 )
83
84
builder (~> 3.1 )
84
85
erubis (~> 2.7.0 )
85
86
rails-dom-testing (~> 1.0 , >= 1.0.5 )
86
87
rails-html-sanitizer (~> 1.0 , >= 1.0.3 )
87
- activemodel (4.2.8 )
88
- activesupport (= 4.2.8 )
88
+ activemodel (4.2.9 )
89
+ activesupport (= 4.2.9 )
89
90
builder (~> 3.1 )
90
- activerecord (4.2.8 )
91
- activemodel (= 4.2.8 )
92
- activesupport (= 4.2.8 )
91
+ activerecord (4.2.9 )
92
+ activemodel (= 4.2.9 )
93
+ activesupport (= 4.2.9 )
93
94
arel (~> 6.0 )
94
- activesupport (4.2.8 )
95
+ activesupport (4.2.9 )
95
96
i18n (~> 0.7 )
96
97
minitest (~> 5.1 )
97
98
thread_safe (~> 0.3 , >= 0.3.4 )
114
115
bindata (2.4.0 )
115
116
bit-struct (0.16 )
116
117
builder (3.2.3 )
117
- capybara (2.14.3 )
118
+ capybara (2.14.4 )
118
119
addressable
119
120
mime-types (>= 1.16 )
120
121
nokogiri (>= 1.3.3 )
@@ -166,11 +167,11 @@ GEM
166
167
multi_json (~> 1.11 )
167
168
os (~> 0.9 )
168
169
signet (~> 0.7 )
169
- grpc (1.4.0 )
170
+ grpc (1.4.1 )
170
171
google-protobuf (~> 3.1 )
171
172
googleauth (~> 0.5.1 )
172
173
hashery (2.1.2 )
173
- i18n (0.8.4 )
174
+ i18n (0.8.6 )
174
175
jsobfu (0.4.2 )
175
176
rkelly-remix
176
177
json (2.1.0 )
@@ -268,14 +269,14 @@ GEM
268
269
rails-deprecated_sanitizer (>= 1.0.1 )
269
270
rails-html-sanitizer (1.0.3 )
270
271
loofah (~> 2.0 )
271
- railties (4.2.8 )
272
- actionpack (= 4.2.8 )
273
- activesupport (= 4.2.8 )
272
+ railties (4.2.9 )
273
+ actionpack (= 4.2.9 )
274
+ activesupport (= 4.2.9 )
274
275
rake (>= 0.8.7 )
275
276
thor (>= 0.18.1 , < 2.0 )
276
277
rake (12.0.0 )
277
278
rb-readline (0.5.4 )
278
- recog (2.1.10 )
279
+ recog (2.1.11 )
279
280
nokogiri
280
281
redcarpet (3.4.0 )
281
282
rex-arch (0.1.9 )
286
287
rex-core
287
288
rex-struct2
288
289
rex-text
289
- rex-core (0.1.10 )
290
+ rex-core (0.1.11 )
290
291
rex-encoder (0.1.4 )
291
292
metasm
292
293
rex-arch
375
376
sshkey (1.9.0 )
376
377
thor (0.19.4 )
377
378
thread_safe (0.3.6 )
378
- timecop (0.9.0 )
379
+ timecop (0.9.1 )
379
380
ttfunk (1.5.1 )
380
381
tzinfo (1.2.3 )
381
382
thread_safe (~> 0.1 )
386
387
activemodel (>= 4.2.7 )
387
388
activesupport (>= 4.2.7 )
388
389
xmlrpc (0.3.0 )
389
- xpath (2.1 .0 )
390
+ xpath (2.0 .0 )
390
391
nokogiri (~> 1.3 )
391
392
yard (0.9.9 )
392
393
Original file line number Diff line number Diff line change @@ -184,4 +184,6 @@ Gem::Specification.new do |spec|
184
184
spec . add_runtime_dependency 'nexpose'
185
185
# Needed for NDMP sockets
186
186
spec . add_runtime_dependency 'xdr'
187
+ # Needed for the xpath
188
+ spec . add_runtime_dependency 'xpath' , '2.0'
187
189
end
You can’t perform that action at this time.
0 commit comments