Skip to content

Commit

Permalink
Merge pull request #46840 from Shopify/ha/update-capybara-version
Browse files Browse the repository at this point in the history
Update capybara gem to version 3.38
  • Loading branch information
amatsuda committed Jan 1, 2023
2 parents a18d90e + 7662fd6 commit 2b33690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,7 +14,7 @@ gem "rake", ">= 13"

gem "sprockets-rails", ">= 2.0.0"
gem "propshaft", ">= 0.1.7"
gem "capybara", ">= 3.26"
gem "capybara", ">= 3.38"
gem "selenium-webdriver", ">= 4.0.0"

gem "rack-cache", "~> 1.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -159,7 +159,7 @@ GEM
bunny (2.19.0)
amq-protocol (~> 2.3, >= 2.3.1)
sorted_set (~> 1, >= 1.0.2)
capybara (3.36.0)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -577,7 +577,7 @@ DEPENDENCIES
benchmark-ips
blade
bootsnap (>= 1.4.4)
capybara (>= 3.26)
capybara (>= 3.38)
cgi (>= 0.3.6)
connection_pool
cssbundling-rails
Expand Down

0 comments on commit 2b33690

Please sign in to comment.