Skip to content

Commit 2b33690

Browse files
authored
Merge pull request rails#46840 from Shopify/ha/update-capybara-version
Update capybara gem to version 3.38
2 parents a18d90e + 7662fd6 commit 2b33690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "rake", ">= 13"
1414

1515
gem "sprockets-rails", ">= 2.0.0"
1616
gem "propshaft", ">= 0.1.7"
17-
gem "capybara", ">= 3.26"
17+
gem "capybara", ">= 3.38"
1818
gem "selenium-webdriver", ">= 4.0.0"
1919

2020
gem "rack-cache", "~> 1.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ GEM
159159
bunny (2.19.0)
160160
amq-protocol (~> 2.3, >= 2.3.1)
161161
sorted_set (~> 1, >= 1.0.2)
162-
capybara (3.36.0)
162+
capybara (3.38.0)
163163
addressable
164164
matrix
165165
mini_mime (>= 0.1.3)
@@ -577,7 +577,7 @@ DEPENDENCIES
577577
benchmark-ips
578578
blade
579579
bootsnap (>= 1.4.4)
580-
capybara (>= 3.26)
580+
capybara (>= 3.38)
581581
cgi (>= 0.3.6)
582582
connection_pool
583583
cssbundling-rails

0 commit comments

Comments
 (0)