Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 3f916e2

Browse files
Bump capybara from 2.14.0 to 2.18.0
Bumps [capybara](https://github.com/teamcapybara/capybara) from 2.14.0 to 2.18.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](teamcapybara/capybara@2.14.0...2.18.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1c0625 commit 3f916e2

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ group :development, :test do
5454
gem 'sass-rails', '~> 5.0.5' # locked
5555
gem 'coffee-rails', '~> 4.2.1'
5656
gem 'pry', '~> 0.10.4'
57-
gem 'capybara', '~> 2.14.0'
57+
gem 'capybara', '~> 2.18.0'
5858
gem 'selenium-webdriver', '3.4.0'
5959
gem 'launchy', '~> 2.4.3'
6060
gem "minitest", '~> 5.10.2'

Gemfile.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ GEM
6767
minitest (~> 5.1)
6868
thread_safe (~> 0.3, >= 0.3.4)
6969
tzinfo (~> 1.1)
70-
addressable (2.4.0)
70+
addressable (2.5.2)
71+
public_suffix (>= 2.0.2, < 4.0)
7172
airbrussh (1.2.0)
7273
sshkit (>= 1.6.1, != 1.7.0)
7374
arel (6.0.4)
@@ -107,13 +108,13 @@ GEM
107108
capistrano-rbenv (2.1.1)
108109
capistrano (~> 3.1)
109110
sshkit (~> 1.3)
110-
capybara (2.14.0)
111+
capybara (2.18.0)
111112
addressable
112-
mime-types (>= 1.16)
113+
mini_mime (>= 0.1.3)
113114
nokogiri (>= 1.3.3)
114115
rack (>= 1.0.0)
115116
rack-test (>= 0.5.4)
116-
xpath (~> 2.0)
117+
xpath (>= 2.0, < 4.0)
117118
childprocess (0.5.6)
118119
ffi (~> 1.0, >= 1.0.11)
119120
cliver (0.3.2)
@@ -261,14 +262,15 @@ GEM
261262
coderay (~> 1.1.0)
262263
method_source (~> 0.8.1)
263264
slop (~> 3.4)
265+
public_suffix (3.0.2)
264266
qa (1.1.0)
265267
activerecord-import
266268
deprecation
267269
faraday
268270
nokogiri (~> 1.6)
269271
rails (>= 4.2.0, < 6.0)
270272
rdf
271-
rack (1.6.8)
273+
rack (1.6.10)
272274
rack-dev-mark (0.7.5)
273275
rack (>= 1.1)
274276
rack-test (0.6.3)
@@ -428,8 +430,8 @@ GEM
428430
websocket-extensions (>= 0.1.0)
429431
websocket-extensions (0.1.2)
430432
xml-simple (1.1.5)
431-
xpath (2.0.0)
432-
nokogiri (~> 1.3)
433+
xpath (3.1.0)
434+
nokogiri (~> 1.8)
433435

434436
PLATFORMS
435437
ruby
@@ -445,7 +447,7 @@ DEPENDENCIES
445447
capistrano-bundler (~> 1.2.0)
446448
capistrano-rails (~> 1.2.3)
447449
capistrano-rbenv (~> 2.1.1)
448-
capybara (~> 2.14.0)
450+
capybara (~> 2.18.0)
449451
coffee-rails (~> 4.2.1)
450452
coveralls (= 0.8.21)
451453
devise (~> 3.5.5)

0 commit comments

Comments
 (0)