diff --git a/Gemfile b/Gemfile index a3ede01..1a91636 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] # Adds support for Capybara system testing and selenium driver - gem 'capybara', '~> 3.13' + gem 'capybara', '~> 3.16' gem 'selenium-webdriver' end diff --git a/Gemfile.lock b/Gemfile.lock index 406a952..480953c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM builder (3.2.3) byebug (11.0.0) cancancan (2.3.0) - capybara (3.13.2) + capybara (3.16.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -148,7 +148,7 @@ GEM minitest (5.11.3) multi_json (1.13.1) nio4r (2.3.1) - nokogiri (1.10.1) + nokogiri (1.10.2) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) public_suffix (3.0.3) @@ -248,7 +248,7 @@ DEPENDENCIES activeadmin byebug cancancan - capybara (~> 3.13) + capybara (~> 3.16) coffee-rails (~> 4.2) devise jbuilder (~> 2.8)