Skip to content

Commit

Permalink
Fix CI in ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jan 21, 2025
1 parent ae68754 commit c32ac4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 3.40'
gem 'selenium-webdriver', '>= 4.27.0'
gem 'selenium-webdriver', '= 4.26.0'
end

group :ci do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ GEM
sprockets-rails
tilt
securerandom (0.4.1)
selenium-webdriver (4.27.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -517,7 +517,7 @@ DEPENDENCIES
ruby-lsp-rails
saml_idp!
sassc-rails
selenium-webdriver (>= 4.27.0)
selenium-webdriver (= 4.26.0)
simplecov
spring
sprockets
Expand Down

0 comments on commit c32ac4c

Please sign in to comment.