1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Bump capybara from 3.35.3 to 3.36.0 (#2508)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.35.3 to 3.36.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.35.3...3.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Reynolds <me@tdreyno.com>
This commit is contained in:
dependabot[bot] 2021-11-22 12:32:51 -08:00 committed by GitHub
parent 82da881d44
commit b7d525de46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View file

@ -10,7 +10,7 @@ gem 'yard', '~> 0.9.26', require: false
gem 'addressable', '~> 2.8', require: false
gem 'aruba', '~> 1.0.4', require: false
gem 'byebug'
gem 'capybara', '~> 3.35.3', require: false
gem 'capybara', '~> 3.36.0', require: false
gem 'cucumber', '~> 5.3', require: false
gem 'rspec', '~> 3.10', require: false

View file

@ -63,8 +63,9 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.35.3)
capybara (3.36.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
@ -139,10 +140,11 @@ GEM
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
matrix (0.4.2)
memoist (0.16.2)
method_source (1.0.0)
middleware (0.1.0)
mini_mime (1.0.2)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
@ -179,7 +181,7 @@ GEM
binding_of_caller (~> 1.0)
pry (~> 0.13)
public_suffix (4.0.6)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rack-protection (2.1.0)
rack
@ -273,7 +275,7 @@ DEPENDENCIES
addressable (~> 2.8)
aruba (~> 1.0.4)
byebug
capybara (~> 3.35.3)
capybara (~> 3.36.0)
coffee-script (~> 2.2)
cucumber (~> 5.3)
haml (>= 4.0.5)