From 1be9a30e222e77ce4dc56b0122df54fd880d2658 Mon Sep 17 00:00:00 2001 From: Alexander Ross Date: Mon, 16 Nov 2020 16:13:51 +0100 Subject: [PATCH] Bump to version 2.1.0 --- Gemfile.lock | 34 ++++++++++++++++---------------- lib/standout/capybara/version.rb | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dbb3c14..47920a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standout-capybara (1.1.1) + standout-capybara (2.1.0) capybara capybara-screenshot selenium-webdriver @@ -20,36 +20,36 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - capybara-screenshot (1.0.24) + capybara-screenshot (1.0.25) capybara (>= 1.0, < 4) launchy childprocess (3.0.0) - diff-lcs (1.3) + diff-lcs (1.4.4) launchy (2.5.0) addressable (~> 2.7) mini_mime (1.0.2) mini_portile2 (2.4.0) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) - public_suffix (4.0.5) + public_suffix (4.0.6) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rake (13.0.1) - regexp_parser (1.7.1) - 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-support (~> 3.8.0) - rspec-expectations (3.8.2) + regexp_parser (1.8.2) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) + rspec-core (3.10.0) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.0) + rspec-support (~> 3.10.0) + rspec-support (3.10.0) rubyzip (2.3.0) selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) @@ -70,4 +70,4 @@ DEPENDENCIES standout-capybara! BUNDLED WITH - 1.17.3 + 2.1.4 diff --git a/lib/standout/capybara/version.rb b/lib/standout/capybara/version.rb index adf7536..7766fcf 100644 --- a/lib/standout/capybara/version.rb +++ b/lib/standout/capybara/version.rb @@ -2,6 +2,6 @@ module Standout module Capybara - VERSION = '2.0.2' + VERSION = '2.1.0' end end