Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 278cb26

Browse files
build(deps-dev): bump capybara from 3.35.3 to 3.37.1 (#117)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.35.3 to 3.37.1. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](teamcapybara/capybara@3.35.3...3.37.1) --- updated-dependencies: - dependency-name: capybara dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 673da1d commit 278cb26

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'jbuilder', '~> 2.11'
1515

1616
group :development, :test do
1717
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
18-
gem 'capybara', '~> 3.35'
18+
gem 'capybara', '~> 3.37'
1919
gem 'selenium-webdriver'
2020
end
2121

Gemfile.lock

+9-7
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,15 @@ GEM
6060
minitest (>= 5.1)
6161
tzinfo (~> 2.0)
6262
zeitwerk (~> 2.3)
63-
addressable (2.8.0)
64-
public_suffix (>= 2.0.2, < 5.0)
63+
addressable (2.8.1)
64+
public_suffix (>= 2.0.2, < 6.0)
6565
bindex (0.8.1)
6666
buftok (0.2.0)
6767
builder (3.2.4)
6868
byebug (11.1.3)
69-
capybara (3.35.3)
69+
capybara (3.37.1)
7070
addressable
71+
matrix
7172
mini_mime (>= 0.1.3)
7273
nokogiri (~> 1.8)
7374
rack (>= 1.6.0)
@@ -137,10 +138,11 @@ GEM
137138
mail (2.7.1)
138139
mini_mime (>= 0.1.1)
139140
marcel (1.0.1)
141+
matrix (0.4.2)
140142
memoizable (0.4.2)
141143
thread_safe (~> 0.3, >= 0.3.1)
142144
method_source (1.0.0)
143-
mini_mime (1.1.0)
145+
mini_mime (1.1.2)
144146
mini_portile2 (2.8.0)
145147
minitest (5.16.3)
146148
multipart-post (2.1.1)
@@ -150,7 +152,7 @@ GEM
150152
nokogiri (1.13.8)
151153
mini_portile2 (~> 2.8.0)
152154
racc (~> 1.4)
153-
public_suffix (4.0.6)
155+
public_suffix (5.0.0)
154156
puma (6.0.0)
155157
nio4r (~> 2.0)
156158
racc (1.6.0)
@@ -187,7 +189,7 @@ GEM
187189
rb-fsevent (0.11.0)
188190
rb-inotify (0.10.1)
189191
ffi (~> 1.0)
190-
regexp_parser (2.1.1)
192+
regexp_parser (2.6.0)
191193
rexml (3.2.5)
192194
rubyzip (2.3.2)
193195
sass-rails (6.0.0)
@@ -261,7 +263,7 @@ PLATFORMS
261263

262264
DEPENDENCIES
263265
byebug
264-
capybara (~> 3.35)
266+
capybara (~> 3.37)
265267
coffee-rails (~> 5.0)
266268
dotenv-rails
267269
jbuilder (~> 2.11)

0 commit comments

Comments
 (0)