ds_media_library 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c7fa39f9fd18e1b530c9b5e11147f3fe6b14579e
4
- data.tar.gz: 109ef181c73a1fc39c073083ff2896c021ce3bd9
2
+ SHA256:
3
+ metadata.gz: 958bead63123e6fc83ca85a3f1a82e1a53c7e807aaf46e0e5931244251828d7d
4
+ data.tar.gz: 676c1d8c8336cd994659366586a53d1f16abda847002c810f322ce0b2de4902b
5
5
  SHA512:
6
- metadata.gz: 1f512856940f5b7a853de3f7fa24a15d652296a8f4df8cb079a0e0ed9c2a4d3b8ce4250094051fd7953cf6241d1ba4580b4af6b4362361aef8a828f2647e2b11
7
- data.tar.gz: 25f26e7fb84ca9e0e524d45249e87c7e34b00787ef4216f8ab2d67a718c35701aab251afc40244d9b77418ccfb0f1c3a687fdbdb8a23c17b2e79d75a86234446
6
+ metadata.gz: 3d23fcbcd816eb85f727f5949deb81d9fe16dabf5e9c479ad8082a86d218ed505ba17e90206f4c815487c028b9a9715590564f9453624c275d23f11a6cff85c7
7
+ data.tar.gz: cca6b7e23ad77ad30428879c6e0c1eb7e08ab0abf081d0730f17d6fefb5b94926e348e463dce04a9f3024fcac3be3bcae0414a377dc188ed2f893e42cce8ed09
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.2.6
1
+ ruby-2.6.3
data/.travis.yml CHANGED
@@ -2,10 +2,10 @@ sudo: false
2
2
  language: ruby
3
3
 
4
4
  rvm:
5
- - 2.2
6
5
  - 2.3
7
6
  - 2.4
8
7
  - 2.5
8
+ - 2.6
9
9
 
10
10
  gemfile:
11
11
  - gemfiles/capybara_2.gemfile
@@ -16,9 +16,14 @@ gemfile:
16
16
  - gemfiles/latest.gemfile
17
17
 
18
18
  addons:
19
+ chrome: stable
19
20
  apt:
20
21
  packages:
21
22
  - mplayer
22
23
 
24
+ before_install:
25
+ - gem update --system
26
+ - gem install bundler
27
+
23
28
  cache: bundler
24
29
 
data/Appraisals CHANGED
@@ -8,6 +8,7 @@ end
8
8
 
9
9
  appraise "rails-5.0" do
10
10
  gem "rails", "~>5.0.0"
11
+ gem "sqlite3", "~>1.3.0"
11
12
  end
12
13
 
13
14
  appraise "rails-5.1" do
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ds_media_library (0.7.1)
4
+ ds_media_library (0.7.2)
5
5
  awesome_nested_set
6
6
  coffee-rails
7
7
  ds_node
@@ -12,6 +12,7 @@ PATH
12
12
  rails
13
13
  sassc-rails
14
14
  slim
15
+ sprockets (~> 3.0)
15
16
 
16
17
  GEM
17
18
  remote: https://rubygems.org/
@@ -39,7 +40,7 @@ GEM
39
40
  erubi (~> 1.4)
40
41
  rails-dom-testing (~> 2.0)
41
42
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
42
- active_record-json_associations (0.6.11)
43
+ active_record-json_associations (0.11.0)
43
44
  activerecord
44
45
  activejob (5.2.1)
45
46
  activesupport (= 5.2.1)
@@ -59,46 +60,41 @@ GEM
59
60
  i18n (>= 0.7, < 2)
60
61
  minitest (~> 5.1)
61
62
  tzinfo (~> 1.1)
62
- addressable (2.5.2)
63
- public_suffix (>= 2.0.2, < 4.0)
63
+ addressable (2.8.0)
64
+ public_suffix (>= 2.0.2, < 5.0)
64
65
  appraisal (2.2.0)
65
66
  bundler
66
67
  rake
67
68
  thor (>= 0.14.0)
68
- archive-zip (0.12.0)
69
- io-like (~> 0.3.0)
70
69
  arel (9.0.0)
71
- awesome_nested_set (3.1.4)
72
- activerecord (>= 4.0.0, < 5.3)
70
+ awesome_nested_set (3.5.0)
71
+ activerecord (>= 4.0.0, < 7.1)
73
72
  backports (3.11.4)
74
73
  builder (3.2.3)
75
74
  byebug (10.0.2)
76
- capybara (3.1.1)
75
+ capybara (3.36.0)
77
76
  addressable
77
+ matrix
78
78
  mini_mime (>= 0.1.3)
79
79
  nokogiri (~> 1.8)
80
80
  rack (>= 1.6.0)
81
81
  rack-test (>= 0.6.3)
82
- xpath (~> 3.0)
83
- capybara-headless_chrome (0.5.0)
82
+ regexp_parser (>= 1.5, < 3.0)
83
+ xpath (~> 3.2)
84
+ capybara-headless_chrome (0.6.4)
84
85
  capybara
85
- chromedriver-helper (= 1.2.0)
86
- selenium-webdriver (= 3.12.0)
86
+ webdrivers
87
87
  capybara-screenshot (1.0.21)
88
88
  capybara (>= 1.0, < 4)
89
89
  launchy
90
- childprocess (0.9.0)
91
- ffi (~> 1.0, >= 1.0.11)
90
+ childprocess (3.0.0)
92
91
  chop (0.23.4)
93
92
  activerecord
94
93
  capybara
95
94
  cucumber
96
- chromedriver-helper (1.2.0)
97
- archive-zip (~> 0.10)
98
- nokogiri (~> 1.8)
99
- coffee-rails (4.2.2)
95
+ coffee-rails (5.0.0)
100
96
  coffee-script (>= 2.2.0)
101
- railties (>= 4.0.0)
97
+ railties (>= 5.2.0)
102
98
  coffee-script (2.4.1)
103
99
  coffee-script-source
104
100
  execjs
@@ -134,21 +130,20 @@ GEM
134
130
  activerecord
135
131
  mime-types
136
132
  erubi (1.7.1)
137
- execjs (2.7.0)
138
- ffi (1.9.25)
139
- font-awesome-rails (4.7.0.4)
140
- railties (>= 3.2, < 6.0)
133
+ execjs (2.8.1)
134
+ ffi (1.15.5)
135
+ font-awesome-rails (4.7.0.8)
136
+ railties (>= 3.2, < 8.0)
141
137
  gherkin (5.1.0)
142
- globalid (0.4.2)
143
- activesupport (>= 4.2.0)
144
- handlebars_assets (0.23.3)
138
+ globalid (1.0.0)
139
+ activesupport (>= 5.0)
140
+ handlebars_assets (0.23.9)
145
141
  execjs (~> 2.0)
146
142
  sprockets (>= 2.0.0)
147
143
  tilt (>= 1.2)
148
144
  i18n (1.1.0)
149
145
  concurrent-ruby (~> 1.0)
150
- io-like (0.3.0)
151
- jquery-rails (4.3.3)
146
+ jquery-rails (4.4.0)
152
147
  rails-dom-testing (>= 1, < 3)
153
148
  railties (>= 4.2.0)
154
149
  thor (>= 0.14, < 2.0)
@@ -163,21 +158,26 @@ GEM
163
158
  mini_mime (>= 0.1.1)
164
159
  marcel (0.3.3)
165
160
  mimemagic (~> 0.3.2)
161
+ matrix (0.4.2)
166
162
  method_source (0.9.0)
167
163
  mime-types (3.2.2)
168
164
  mime-types-data (~> 3.2015)
169
165
  mime-types-data (3.2018.0812)
170
- mimemagic (0.3.3)
171
- mini_mime (1.0.1)
172
- mini_portile2 (2.3.0)
166
+ mimemagic (0.3.10)
167
+ nokogiri (~> 1)
168
+ rake
169
+ mini_mime (1.1.2)
170
+ mini_portile2 (2.8.0)
173
171
  minitest (5.11.3)
174
172
  multi_json (1.13.1)
175
173
  multi_test (0.1.2)
176
- nio4r (2.3.1)
177
- nokogiri (1.8.5)
178
- mini_portile2 (~> 2.3.0)
179
- public_suffix (3.0.3)
180
- rack (2.0.5)
174
+ nio4r (2.5.8)
175
+ nokogiri (1.13.4)
176
+ mini_portile2 (~> 2.8.0)
177
+ racc (~> 1.4)
178
+ public_suffix (4.0.7)
179
+ racc (1.6.0)
180
+ rack (2.2.3)
181
181
  rack-test (1.1.0)
182
182
  rack (>= 1.0, < 3)
183
183
  rails (5.2.1)
@@ -205,9 +205,7 @@ GEM
205
205
  rake (>= 0.8.7)
206
206
  thor (>= 0.19.0, < 2.0)
207
207
  rake (10.5.0)
208
- rb-fsevent (0.10.3)
209
- rb-inotify (0.10.0)
210
- ffi (~> 1.0)
208
+ regexp_parser (2.3.0)
211
209
  rspec (3.8.0)
212
210
  rspec-core (~> 3.8.0)
213
211
  rspec-expectations (~> 3.8.0)
@@ -221,47 +219,44 @@ GEM
221
219
  diff-lcs (>= 1.2.0, < 2.0)
222
220
  rspec-support (~> 3.8.0)
223
221
  rspec-support (3.8.0)
224
- rubyzip (1.2.2)
225
- sass (3.7.3)
226
- sass-listen (~> 4.0.0)
227
- sass-listen (4.0.0)
228
- rb-fsevent (~> 0.9, >= 0.9.4)
229
- rb-inotify (~> 0.9, >= 0.9.7)
230
- sassc (1.12.1)
231
- ffi (~> 1.9.6)
232
- sass (>= 3.3.0)
233
- sassc-rails (1.3.0)
222
+ rubyzip (2.3.2)
223
+ sassc (2.4.0)
224
+ ffi (~> 1.9)
225
+ sassc-rails (2.1.2)
234
226
  railties (>= 4.0.0)
235
- sass
236
- sassc (~> 1.9)
237
- sprockets (> 2.11)
227
+ sassc (>= 2.0)
228
+ sprockets (> 3.0)
238
229
  sprockets-rails
239
230
  tilt
240
- selenium-webdriver (3.12.0)
241
- childprocess (~> 0.5)
242
- rubyzip (~> 1.2)
243
- slim (4.0.1)
231
+ selenium-webdriver (3.142.7)
232
+ childprocess (>= 0.5, < 4.0)
233
+ rubyzip (>= 1.2.2)
234
+ slim (4.1.0)
244
235
  temple (>= 0.7.6, < 0.9)
245
236
  tilt (>= 2.0.6, < 2.1)
246
237
  sprockets (3.7.2)
247
238
  concurrent-ruby (~> 1.0)
248
239
  rack (> 1, < 3)
249
- sprockets-rails (3.2.1)
250
- actionpack (>= 4.0)
251
- activesupport (>= 4.0)
240
+ sprockets-rails (3.4.2)
241
+ actionpack (>= 5.2)
242
+ activesupport (>= 5.2)
252
243
  sprockets (>= 3.0.0)
253
244
  sqlite3 (1.3.13)
254
- temple (0.8.1)
245
+ temple (0.8.2)
255
246
  thor (0.20.0)
256
247
  thread_safe (0.3.6)
257
- tilt (2.0.9)
248
+ tilt (2.0.10)
258
249
  timecop (0.9.1)
259
250
  tzinfo (1.2.5)
260
251
  thread_safe (~> 0.1)
261
- websocket-driver (0.7.0)
252
+ webdrivers (4.7.0)
253
+ nokogiri (~> 1.6)
254
+ rubyzip (>= 1.3.0)
255
+ selenium-webdriver (> 3.141, < 5.0)
256
+ websocket-driver (0.7.5)
262
257
  websocket-extensions (>= 0.1.0)
263
- websocket-extensions (0.1.3)
264
- xpath (3.1.0)
258
+ websocket-extensions (0.1.5)
259
+ xpath (3.2.0)
265
260
  nokogiri (~> 1.8)
266
261
 
267
262
  PLATFORMS
@@ -277,10 +272,12 @@ DEPENDENCIES
277
272
  cucumber-rails
278
273
  database_cleaner
279
274
  ds_media_library!
280
- rake (~> 10.0)
275
+ rake
281
276
  rspec (~> 3.0)
277
+ selenium-webdriver (~> 3.0)
282
278
  sqlite3
283
279
  timecop
280
+ webdrivers (~> 4.0)
284
281
 
285
282
  BUNDLED WITH
286
283
  1.17.3
@@ -22,19 +22,22 @@ Gem::Specification.new do |spec|
22
22
  spec.require_paths = ["lib"]
23
23
 
24
24
  spec.add_development_dependency "bundler"
25
- spec.add_development_dependency "rake", "~> 10.0"
25
+ spec.add_development_dependency "rake"
26
26
  spec.add_development_dependency "rspec", "~> 3.0"
27
27
  spec.add_development_dependency "appraisal"
28
28
  spec.add_development_dependency "cucumber-rails"
29
29
  spec.add_development_dependency "chop"
30
30
  spec.add_development_dependency "sqlite3"
31
31
  spec.add_development_dependency "capybara-headless_chrome"
32
+ spec.add_development_dependency "webdrivers", "~>4.0"
33
+ spec.add_development_dependency "selenium-webdriver", "~>3.0"
32
34
  spec.add_development_dependency "capybara-screenshot"
33
35
  spec.add_development_dependency "database_cleaner"
34
36
  spec.add_development_dependency "timecop"
35
37
  spec.add_development_dependency "byebug"
36
38
 
37
39
  spec.add_dependency "rails"
40
+ spec.add_dependency "sprockets", "~>3.0"
38
41
  spec.add_dependency "slim"
39
42
  spec.add_dependency "ds_node"
40
43
  spec.add_dependency "awesome_nested_set"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- ds_media_library (0.7.0)
4
+ ds_media_library (0.7.1)
5
5
  awesome_nested_set
6
6
  coffee-rails
7
7
  ds_node
@@ -16,61 +16,59 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- actioncable (5.2.1)
20
- actionpack (= 5.2.1)
19
+ actioncable (5.2.3)
20
+ actionpack (= 5.2.3)
21
21
  nio4r (~> 2.0)
22
22
  websocket-driver (>= 0.6.1)
23
- actionmailer (5.2.1)
24
- actionpack (= 5.2.1)
25
- actionview (= 5.2.1)
26
- activejob (= 5.2.1)
23
+ actionmailer (5.2.3)
24
+ actionpack (= 5.2.3)
25
+ actionview (= 5.2.3)
26
+ activejob (= 5.2.3)
27
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 2.0)
29
- actionpack (5.2.1)
30
- actionview (= 5.2.1)
31
- activesupport (= 5.2.1)
29
+ actionpack (5.2.3)
30
+ actionview (= 5.2.3)
31
+ activesupport (= 5.2.3)
32
32
  rack (~> 2.0)
33
33
  rack-test (>= 0.6.3)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
36
- actionview (5.2.1)
37
- activesupport (= 5.2.1)
36
+ actionview (5.2.3)
37
+ activesupport (= 5.2.3)
38
38
  builder (~> 3.1)
39
39
  erubi (~> 1.4)
40
40
  rails-dom-testing (~> 2.0)
41
41
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
42
42
  active_record-json_associations (0.6.11)
43
43
  activerecord
44
- activejob (5.2.1)
45
- activesupport (= 5.2.1)
44
+ activejob (5.2.3)
45
+ activesupport (= 5.2.3)
46
46
  globalid (>= 0.3.6)
47
- activemodel (5.2.1)
48
- activesupport (= 5.2.1)
49
- activerecord (5.2.1)
50
- activemodel (= 5.2.1)
51
- activesupport (= 5.2.1)
47
+ activemodel (5.2.3)
48
+ activesupport (= 5.2.3)
49
+ activerecord (5.2.3)
50
+ activemodel (= 5.2.3)
51
+ activesupport (= 5.2.3)
52
52
  arel (>= 9.0)
53
- activestorage (5.2.1)
54
- actionpack (= 5.2.1)
55
- activerecord (= 5.2.1)
53
+ activestorage (5.2.3)
54
+ actionpack (= 5.2.3)
55
+ activerecord (= 5.2.3)
56
56
  marcel (~> 0.3.1)
57
- activesupport (5.2.1)
57
+ activesupport (5.2.3)
58
58
  concurrent-ruby (~> 1.0, >= 1.0.2)
59
59
  i18n (>= 0.7, < 2)
60
60
  minitest (~> 5.1)
61
61
  tzinfo (~> 1.1)
62
- addressable (2.5.2)
62
+ addressable (2.6.0)
63
63
  public_suffix (>= 2.0.2, < 4.0)
64
64
  appraisal (2.2.0)
65
65
  bundler
66
66
  rake
67
67
  thor (>= 0.14.0)
68
- archive-zip (0.12.0)
69
- io-like (~> 0.3.0)
70
68
  arel (9.0.0)
71
69
  awesome_nested_set (3.1.4)
72
70
  activerecord (>= 4.0.0, < 5.3)
73
- backports (3.11.4)
71
+ backports (3.12.0)
74
72
  builder (3.2.3)
75
73
  byebug (10.0.2)
76
74
  capybara (2.18.0)
@@ -80,22 +78,18 @@ GEM
80
78
  rack (>= 1.0.0)
81
79
  rack-test (>= 0.5.4)
82
80
  xpath (>= 2.0, < 4.0)
83
- capybara-headless_chrome (0.5.0)
81
+ capybara-headless_chrome (0.6.0)
84
82
  capybara
85
- chromedriver-helper (= 1.2.0)
86
- selenium-webdriver (= 3.12.0)
87
- capybara-screenshot (1.0.21)
83
+ webdrivers
84
+ capybara-screenshot (1.0.22)
88
85
  capybara (>= 1.0, < 4)
89
86
  launchy
90
87
  childprocess (0.9.0)
91
88
  ffi (~> 1.0, >= 1.0.11)
92
- chop (0.23.4)
89
+ chop (0.23.7)
93
90
  activerecord
94
91
  capybara
95
92
  cucumber
96
- chromedriver-helper (1.2.0)
97
- archive-zip (~> 0.10)
98
- nokogiri (~> 1.8)
99
93
  coffee-rails (4.2.2)
100
94
  coffee-script (>= 2.2.0)
101
95
  railties (>= 4.0.0)
@@ -103,7 +97,7 @@ GEM
103
97
  coffee-script-source
104
98
  execjs
105
99
  coffee-script-source (1.12.2)
106
- concurrent-ruby (1.0.5)
100
+ concurrent-ruby (1.1.5)
107
101
  crass (1.0.4)
108
102
  cucumber (3.1.2)
109
103
  builder (>= 2.1.2)
@@ -133,7 +127,7 @@ GEM
133
127
  active_record-json_associations
134
128
  activerecord
135
129
  mime-types
136
- erubi (1.7.1)
130
+ erubi (1.8.0)
137
131
  execjs (2.7.0)
138
132
  ffi (1.9.25)
139
133
  font-awesome-rails (4.7.0.4)
@@ -145,9 +139,8 @@ GEM
145
139
  execjs (~> 2.0)
146
140
  sprockets (>= 2.0.0)
147
141
  tilt (>= 1.2)
148
- i18n (1.1.0)
142
+ i18n (1.5.1)
149
143
  concurrent-ruby (~> 1.0)
150
- io-like (0.3.0)
151
144
  jquery-rails (4.3.3)
152
145
  rails-dom-testing (>= 1, < 3)
153
146
  railties (>= 4.2.0)
@@ -156,51 +149,52 @@ GEM
156
149
  railties (>= 3.2.16)
157
150
  launchy (2.4.3)
158
151
  addressable (~> 2.3)
159
- loofah (2.2.2)
152
+ loofah (2.2.3)
160
153
  crass (~> 1.0.2)
161
154
  nokogiri (>= 1.5.9)
162
155
  mail (2.7.1)
163
156
  mini_mime (>= 0.1.1)
164
157
  marcel (0.3.3)
165
158
  mimemagic (~> 0.3.2)
166
- method_source (0.9.0)
159
+ method_source (0.9.2)
167
160
  mime-types (3.2.2)
168
161
  mime-types-data (~> 3.2015)
169
- mime-types-data (3.2018.0812)
162
+ mime-types-data (3.2019.0331)
170
163
  mimemagic (0.3.3)
171
164
  mini_mime (1.0.1)
172
- mini_portile2 (2.3.0)
165
+ mini_portile2 (2.4.0)
173
166
  minitest (5.11.3)
174
167
  multi_json (1.13.1)
175
168
  multi_test (0.1.2)
169
+ net_http_ssl_fix (0.0.10)
176
170
  nio4r (2.3.1)
177
- nokogiri (1.8.5)
178
- mini_portile2 (~> 2.3.0)
171
+ nokogiri (1.9.1)
172
+ mini_portile2 (~> 2.4.0)
179
173
  public_suffix (3.0.3)
180
- rack (2.0.5)
174
+ rack (2.0.6)
181
175
  rack-test (1.1.0)
182
176
  rack (>= 1.0, < 3)
183
- rails (5.2.1)
184
- actioncable (= 5.2.1)
185
- actionmailer (= 5.2.1)
186
- actionpack (= 5.2.1)
187
- actionview (= 5.2.1)
188
- activejob (= 5.2.1)
189
- activemodel (= 5.2.1)
190
- activerecord (= 5.2.1)
191
- activestorage (= 5.2.1)
192
- activesupport (= 5.2.1)
177
+ rails (5.2.3)
178
+ actioncable (= 5.2.3)
179
+ actionmailer (= 5.2.3)
180
+ actionpack (= 5.2.3)
181
+ actionview (= 5.2.3)
182
+ activejob (= 5.2.3)
183
+ activemodel (= 5.2.3)
184
+ activerecord (= 5.2.3)
185
+ activestorage (= 5.2.3)
186
+ activesupport (= 5.2.3)
193
187
  bundler (>= 1.3.0)
194
- railties (= 5.2.1)
188
+ railties (= 5.2.3)
195
189
  sprockets-rails (>= 2.0.0)
196
190
  rails-dom-testing (2.0.3)
197
191
  activesupport (>= 4.2.0)
198
192
  nokogiri (>= 1.6)
199
193
  rails-html-sanitizer (1.0.4)
200
194
  loofah (~> 2.2, >= 2.2.2)
201
- railties (5.2.1)
202
- actionpack (= 5.2.1)
203
- activesupport (= 5.2.1)
195
+ railties (5.2.3)
196
+ actionpack (= 5.2.3)
197
+ activesupport (= 5.2.3)
204
198
  method_source
205
199
  rake (>= 0.8.7)
206
200
  thor (>= 0.19.0, < 2.0)
@@ -237,9 +231,9 @@ GEM
237
231
  sprockets (> 2.11)
238
232
  sprockets-rails
239
233
  tilt
240
- selenium-webdriver (3.12.0)
234
+ selenium-webdriver (3.141.0)
241
235
  childprocess (~> 0.5)
242
- rubyzip (~> 1.2)
236
+ rubyzip (~> 1.2, >= 1.2.2)
243
237
  slim (4.0.1)
244
238
  temple (>= 0.7.6, < 0.9)
245
239
  tilt (>= 2.0.6, < 2.1)
@@ -250,14 +244,19 @@ GEM
250
244
  actionpack (>= 4.0)
251
245
  activesupport (>= 4.0)
252
246
  sprockets (>= 3.0.0)
253
- sqlite3 (1.3.13)
247
+ sqlite3 (1.4.0)
254
248
  temple (0.8.1)
255
- thor (0.20.0)
249
+ thor (0.20.3)
256
250
  thread_safe (0.3.6)
257
251
  tilt (2.0.9)
258
252
  timecop (0.9.1)
259
253
  tzinfo (1.2.5)
260
254
  thread_safe (~> 0.1)
255
+ webdrivers (3.7.1)
256
+ net_http_ssl_fix
257
+ nokogiri (~> 1.6)
258
+ rubyzip (~> 1.0)
259
+ selenium-webdriver (~> 3.0)
261
260
  websocket-driver (0.7.0)
262
261
  websocket-extensions (>= 0.1.0)
263
262
  websocket-extensions (0.1.3)