diff --git a/Gemfile.lock b/Gemfile.lock index 4645894..00087c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ PATH remote: . specs: - superbot-capybara (360.0.0) + superbot-capybara (360.0.1) capybara (= 3.6.0) cjsonci (= 0.1.0) - superbot-selenium-webdriver (= 314.2.5) + superbot-selenium-webdriver (= 314.3.2) GEM remote: https://rubygems.org/ @@ -22,7 +22,7 @@ GEM xpath (~> 3.1) childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) - chromedriver-helper (1.2.0) + chromedriver-helper (2.1.0) archive-zip (~> 0.10) nokogiri (~> 1.8) cjsonci (0.1.0) @@ -33,7 +33,7 @@ GEM mini_mime (1.0.1) mini_portile2 (2.3.0) mustermann (1.0.3) - nokogiri (1.8.4) + nokogiri (1.8.5) mini_portile2 (~> 2.3.0) public_suffix (3.0.3) rack (2.0.5) @@ -55,20 +55,20 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubyzip (1.2.1) - selenium-webdriver (3.14.0) + rubyzip (1.2.2) + selenium-webdriver (3.141.0) childprocess (~> 0.5) - rubyzip (~> 1.2) + rubyzip (~> 1.2, >= 1.2.2) sinatra (2.0.3) mustermann (~> 1.0) rack (~> 2.0) rack-protection (= 2.0.3) tilt (~> 2.0) - superbot-selenium-webdriver (314.2.5) - chromedriver-helper (= 1.2.0) - selenium-webdriver (= 3.14.0) + superbot-selenium-webdriver (314.3.2) + chromedriver-helper (= 2.1.0) + selenium-webdriver (= 3.141.0) tilt (2.0.8) - xpath (3.1.0) + xpath (3.2.0) nokogiri (~> 1.8) PLATFORMS @@ -83,4 +83,4 @@ DEPENDENCIES superbot-capybara! BUNDLED WITH - 1.16.4 + 1.16.6 diff --git a/lib/superbot/capybara/version.rb b/lib/superbot/capybara/version.rb index eb15379..856da2c 100644 --- a/lib/superbot/capybara/version.rb +++ b/lib/superbot/capybara/version.rb @@ -1,5 +1,5 @@ module Superbot module Capybara - VERSION = "360.0.0" + VERSION = "360.0.1" end end diff --git a/superbot-capybara.gemspec b/superbot-capybara.gemspec index 9de8b7f..a4f2502 100644 --- a/superbot-capybara.gemspec +++ b/superbot-capybara.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_runtime_dependency "superbot-selenium-webdriver", "314.2.5" + spec.add_runtime_dependency "superbot-selenium-webdriver", "314.3.2" spec.add_runtime_dependency "capybara", "3.6.0" spec.add_runtime_dependency "cjsonci", "0.1.0"