Skip to content

Commit

Permalink
Merge pull request #286 from allure-examples/dependabot/bundler/capyb…
Browse files Browse the repository at this point in the history
…ara-3.40.0

Bump capybara from 3.39.2 to 3.40.0
  • Loading branch information
andrcuns authored Jan 29, 2024
2 parents 3afe2bb + af923d3 commit f4f2dab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
# allure dependency is fetched from git mainly for purpose of testing allure-ruby
# just the version should be used if this is used as reference for other projects
gem 'allure-cucumber', '~> 2.23.0', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'capybara', '~> 3.39'
gem 'capybara', '~> 3.40'
gem 'cucumber', '~> 9.1'
gem 'pry', '~> 0.14.2'
gem 'rspec', '~> 3.12'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
backport (1.2.0)
benchmark (0.3.0)
builder (3.2.4)
capybara (3.39.2)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
Expand Down Expand Up @@ -74,11 +74,11 @@ GEM
mime-types-data (3.2023.1205)
mini_mime (1.1.5)
multi_test (1.1.0)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.4)
Expand All @@ -87,14 +87,14 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.7)
rack (3.0.8)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rbs (2.8.4)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
require_all (3.0.0)
reverse_markdown (2.1.1)
nokogiri
Expand Down Expand Up @@ -168,7 +168,7 @@ PLATFORMS

DEPENDENCIES
allure-cucumber (~> 2.23.0)!
capybara (~> 3.39)
capybara (~> 3.40)
cucumber (~> 9.1)
pry (~> 0.14.2)
rspec (~> 3.12)
Expand Down

0 comments on commit f4f2dab

Please sign in to comment.