Skip to content

Commit

Permalink
Upgrade capybara 3.40.0 (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Jun 11, 2024
1 parent e246ed5 commit c81cc4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
group :development do
gem "allocation_stats", "~> 0.1"
gem "benchmark-ips", "~> 2.13.0"
gem "capybara", "~> 3.39.2"
gem "capybara", "~> 3.40.0"
gem "cuprite", "~> 0.15"
gem "debug"
gem "erb_lint", "~> 0.5.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ GEM
bootsnap (1.18.3)
msgpack (~> 1.2)
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 @@ -297,7 +297,7 @@ DEPENDENCIES
allocation_stats (~> 0.1)
benchmark-ips (~> 2.13.0)
bootsnap (>= 1.4.2)
capybara (~> 3.39.2)
capybara (~> 3.40.0)
cuprite (~> 0.15)
debug
erb_lint (~> 0.5.0)
Expand Down

0 comments on commit c81cc4d

Please sign in to comment.