File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- capybara-webkit (0.14.1 )
4
+ capybara-webkit (0.14.2 )
5
5
capybara (~> 2.0 , >= 2.0.2 )
6
6
json
7
7
8
8
GEM
9
9
remote: http://rubygems.org/
10
10
specs:
11
- addressable (2.3.2 )
12
11
appraisal (0.4.0 )
13
12
bundler
14
13
rake
19
18
rack-test (>= 0.5.4 )
20
19
selenium-webdriver (~> 2.0 )
21
20
xpath (~> 1.0.0 )
22
- childprocess (0.3.6 )
21
+ childprocess (0.3.7 )
23
22
ffi (~> 1.0 , >= 1.0.6 )
24
23
diff-lcs (1.1.2 )
25
- ffi (1.2.0 )
24
+ ffi (1.3.1 )
26
25
json (1.7.6 )
27
- libwebsocket (0.1.7.1 )
28
- addressable
29
- websocket
30
- mime-types (1.19 )
26
+ mime-types (1.20.1 )
31
27
mini_magick (3.2.1 )
32
28
subexec (~> 0.0.4 )
33
29
multi_json (1.5.0 )
45
41
diff-lcs (~> 1.1.2 )
46
42
rspec-mocks (2.6.0 )
47
43
rubyzip (0.9.9 )
48
- selenium-webdriver (2.27.2 )
44
+ selenium-webdriver (2.29.0 )
49
45
childprocess (>= 0.2.5 )
50
- libwebsocket (~> 0.1.3 )
51
46
multi_json (~> 1.0 )
52
47
rubyzip
48
+ websocket (~> 1.0.4 )
53
49
sinatra (1.1.2 )
54
50
rack (~> 1.1 )
55
51
tilt (~> 1.2 )
56
52
subexec (0.0.4 )
57
53
tilt (1.2.2 )
58
- websocket (1.0.6 )
54
+ websocket (1.0.7 )
59
55
xpath (1.0.0 )
60
56
nokogiri (~> 1.3 )
61
57
Original file line number Diff line number Diff line change 1
1
module Capybara
2
2
module Driver
3
3
class Webkit
4
- VERSION = '0.14.1 ' . freeze
4
+ VERSION = '0.14.2 ' . freeze
5
5
end
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments