Skip to content

Commit 708932c

Browse files
committed
Bump Gemfile.lock
1 parent e972c98 commit 708932c

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
PATH
22
remote: .
33
specs:
4-
capybara-chromedriver-logger (0.2.1)
4+
capybara-chromedriver-logger (0.3.0)
55
capybara
66
colorize
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
addressable (2.5.2)
12-
public_suffix (>= 2.0.2, < 4.0)
13-
capybara (2.18.0)
11+
addressable (2.7.0)
12+
public_suffix (>= 2.0.2, < 5.0)
13+
capybara (3.31.0)
1414
addressable
1515
mini_mime (>= 0.1.3)
16-
nokogiri (>= 1.3.3)
17-
rack (>= 1.0.0)
18-
rack-test (>= 0.5.4)
19-
xpath (>= 2.0, < 4.0)
16+
nokogiri (~> 1.8)
17+
rack (>= 1.6.0)
18+
rack-test (>= 0.6.3)
19+
regexp_parser (~> 1.5)
20+
xpath (~> 3.2)
2021
childprocess (0.8.0)
2122
ffi (~> 1.0, >= 1.0.11)
2223
coderay (1.1.2)
@@ -25,18 +26,19 @@ GEM
2526
ffi (1.12.2)
2627
gem-release (2.0.1)
2728
method_source (0.9.0)
28-
mini_mime (1.0.0)
29+
mini_mime (1.0.2)
2930
mini_portile2 (2.4.0)
3031
nokogiri (1.10.8)
3132
mini_portile2 (~> 2.4.0)
3233
pry (0.11.3)
3334
coderay (~> 1.1.0)
3435
method_source (~> 0.9.0)
35-
public_suffix (3.0.2)
36+
public_suffix (4.0.3)
3637
rack (2.0.8)
37-
rack-test (1.0.0)
38+
rack-test (1.1.0)
3839
rack (>= 1.0, < 3)
3940
rake (13.0.1)
41+
regexp_parser (1.7.0)
4042
rspec (3.7.0)
4143
rspec-core (~> 3.7.0)
4244
rspec-expectations (~> 3.7.0)
@@ -60,7 +62,7 @@ GEM
6062
nokogiri (~> 1.6)
6163
rubyzip (~> 1.0)
6264
selenium-webdriver (>= 3.0, < 4.0)
63-
xpath (3.0.0)
65+
xpath (3.2.0)
6466
nokogiri (~> 1.8)
6567

6668
PLATFORMS

0 commit comments

Comments
 (0)