Skip to content

Commit

Permalink
Bump to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ross committed Nov 16, 2020
1 parent 0a24891 commit 1be9a30
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standout-capybara (1.1.1)
standout-capybara (2.1.0)
capybara
capybara-screenshot
selenium-webdriver
Expand All @@ -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)
Expand All @@ -70,4 +70,4 @@ DEPENDENCIES
standout-capybara!

BUNDLED WITH
1.17.3
2.1.4
2 changes: 1 addition & 1 deletion lib/standout/capybara/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Standout
module Capybara
VERSION = '2.0.2'
VERSION = '2.1.0'
end
end

0 comments on commit 1be9a30

Please sign in to comment.