Skip to content

Commit

Permalink
Bump capybara from 3.39.2 to 3.40.0
Browse files Browse the repository at this point in the history
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.39.2 to 3.40.0.
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.39.2...3.40.0)

---
updated-dependencies:
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and floehopper committed Feb 1, 2024
1 parent cd29458 commit 671d904
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ group :development do
end

group :development, :test do
gem 'capybara', '~> 3.39'
gem 'capybara', '~> 3.40'
gem 'rails-controller-testing', '~> 1.0'
gem 'rspec-rails', '~> 6.0'
gem 'timecop'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
aws-eventstream (1.2.0)
aws-partitions (1.828.0)
Expand All @@ -87,11 +87,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 @@ -129,7 +129,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.7.2)
net-imap (0.3.7)
Expand All @@ -142,13 +142,13 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (5.0.1)
public_suffix (5.0.4)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -188,7 +188,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.8.1)
regexp_parser (2.9.0)
rexml (3.2.5)
rollbar (3.5.1)
rspec-core (3.12.2)
Expand Down Expand Up @@ -247,7 +247,7 @@ PLATFORMS
DEPENDENCIES
aws-sdk-s3 (~> 1.136)
bootsnap (>= 1.1.0)
capybara (~> 3.39)
capybara (~> 3.40)
dotenv-rails (~> 2.8)
kramdown (~> 2.4)
listen (>= 3.0.5, < 3.9)
Expand Down

0 comments on commit 671d904

Please sign in to comment.