Skip to content

Commit

Permalink
Merge pull request #214 from indirect/dependabot/bundler/capybara-3.40.0
Browse files Browse the repository at this point in the history
Bump capybara from 3.39.2 to 3.40.0
  • Loading branch information
github-actions[bot] authored Jan 29, 2024
2 parents ff7d919 + b0364e8 commit 2b05e2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

ruby file: ".ruby-version"

gem "capybara", "~> 3.35"
gem "capybara", "~> 3.40"
gem "gem-release", "~> 2.2"
gem "matrix", "~> 0.4.2"
gem "nokogiri", "~> 1.16"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.6)
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 @@ -188,7 +188,7 @@ GEM
rake (13.1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.2)
regexp_parser (2.9.0)
reline (0.4.2)
io-console (~> 0.5)
rspec-core (3.12.2)
Expand Down Expand Up @@ -238,7 +238,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
capybara (~> 3.35)
capybara (~> 3.40)
gem-release (~> 2.2)
matrix (~> 0.4.2)
nokogiri (~> 1.16)
Expand Down

0 comments on commit 2b05e2f

Please sign in to comment.