diff --git a/Gemfile b/Gemfile index 52ab4e839..67ffe2e58 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :test do # nokogiri is needed by capybara which may require one of the below commands # sudo apt-get install libxslt-dev libxml2-dev # sudo port install libxml2 libxslt - gem 'capybara', '~> 3.38' + gem 'capybara', '~> 3.39' end source 'https://rubygems.org' diff --git a/Gemfile.lock b/Gemfile.lock index 58aac13d6..992f6cf2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.1) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) ansi (1.5.0) archive-zip (0.12.0) @@ -27,7 +27,7 @@ GEM async browserstack-local (1.4.2) byebug (11.1.3) - capybara (3.38.0) + capybara (3.39.2) addressable matrix mini_mime (>= 0.1.3) @@ -90,7 +90,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.15.2-x86_64-linux) racc (~> 1.4) otr-activerecord (2.1.2) activerecord (>= 4.0, < 7.1) @@ -112,7 +112,7 @@ GEM qr4r (0.6.1) mojo_magick (~> 0.6.5) rqrcode_core (~> 0.1) - racc (1.6.2) + racc (1.7.1) rack (2.2.7) rack-protection (3.0.6) rack @@ -122,7 +122,7 @@ GEM rake (13.0.6) rdoc (6.5.0) psych (>= 4.0.0) - regexp_parser (2.8.0) + regexp_parser (2.8.1) reline (0.3.5) io-console (~> 0.5) rest-client (2.1.0) @@ -231,7 +231,7 @@ DEPENDENCIES async (~> 1.31) async-dns (~> 1.3) browserstack-local (~> 1.4) - capybara (~> 3.38) + capybara (~> 3.39) curb (~> 1.0, >= 1.0.5) em-websocket (~> 0.5.3) erubis (~> 2.7)