mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump capybara from 3.36.0 to 3.37.1
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.36.0 to 3.37.1. - [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.36.0...3.37.1) --- updated-dependencies: - dependency-name: capybara dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9833b46820
commit
77007a08e1
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -10,7 +10,7 @@ gem 'yard', '~> 0.9.27', require: false
|
|||
gem 'addressable', '~> 2.8', require: false
|
||||
gem 'aruba', '~> 2', require: false
|
||||
gem 'byebug'
|
||||
gem 'capybara', '~> 3.36.0', require: false
|
||||
gem 'capybara', '~> 3.37.1', require: false
|
||||
gem 'cucumber', '~> 7', require: false
|
||||
gem 'rspec', '~> 3.10', require: false
|
||||
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -63,7 +63,7 @@ GEM
|
|||
debug_inspector (>= 0.0.1)
|
||||
builder (3.2.4)
|
||||
byebug (11.1.3)
|
||||
capybara (3.36.0)
|
||||
capybara (3.37.1)
|
||||
addressable
|
||||
matrix
|
||||
mini_mime (>= 0.1.3)
|
||||
|
|
@ -173,20 +173,20 @@ GEM
|
|||
pry-stack_explorer (0.6.1)
|
||||
binding_of_caller (~> 1.0)
|
||||
pry (~> 0.13)
|
||||
public_suffix (4.0.6)
|
||||
public_suffix (4.0.7)
|
||||
racc (1.6.0)
|
||||
rack (2.2.4)
|
||||
rack-protection (2.1.0)
|
||||
rack
|
||||
rack-test (1.1.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rack-test (2.0.2)
|
||||
rack (>= 1.3)
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.6)
|
||||
rb-fsevent (0.11.0)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
redcarpet (3.5.1)
|
||||
regexp_parser (2.2.0)
|
||||
regexp_parser (2.6.0)
|
||||
rexml (3.2.5)
|
||||
rgl (0.5.7)
|
||||
lazy_priority_queue (~> 0.1.0)
|
||||
|
|
@ -267,7 +267,7 @@ DEPENDENCIES
|
|||
addressable (~> 2.8)
|
||||
aruba (~> 2)
|
||||
byebug
|
||||
capybara (~> 3.36.0)
|
||||
capybara (~> 3.37.1)
|
||||
coffee-script (~> 2.2)
|
||||
cucumber (~> 7)
|
||||
haml (>= 4.0.5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue