Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 23 additions & 17 deletions testing/integration/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,57 +1,62 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
capybara (3.14.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
capybara (3.37.1)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
capybara-mechanize (1.11.0)
capybara (>= 2.4.4, < 4)
capybara-mechanize (1.12.0)
capybara (>= 3.0.0, < 4)
mechanize (~> 2.7.0)
connection_pool (2.2.2)
diff-lcs (1.3)
diff-lcs (1.5.0)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
mechanize (2.7.6)
matrix (0.4.2)
mechanize (2.7.7)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrick (~> 1.7)
webrobots (>= 0.0.9, < 0.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
mini_portile2 (2.8.0)
net-http-digest_auth (1.4.1)
net-http-persistent (3.0.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
ntlm-http (0.1.1)
public_suffix (3.0.3)
rack (2.0.6)
public_suffix (5.0.0)
racc (1.6.0)
rack (2.2.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
regexp_parser (1.3.0)
regexp_parser (2.6.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec-expectations (3.8.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
Expand All @@ -61,6 +66,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
webrick (1.7.0)
webrobots (0.1.2)
xpath (3.2.0)
nokogiri (~> 1.8)
Expand Down