Skip to content

Commit

Permalink
Merge pull request #748 from maxfierke/dependabot/bundler/selenium-we…
Browse files Browse the repository at this point in the history
…bdriver-4.24.0

Bump selenium-webdriver from 4.23.0 to 4.24.0
  • Loading branch information
maxfierke authored Sep 12, 2024
2 parents 8b471ce + 476b56d commit 736c6af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ group :development, :test do
gem 'faker'
gem 'fuubar'
gem 'pundit-matchers', '~> 3.1'
gem 'selenium-webdriver', '~> 4.23'
gem 'selenium-webdriver', '~> 4.24'
end
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -309,8 +309,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.6)
strscan
rexml (3.3.7)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
Expand All @@ -333,7 +332,7 @@ GEM
ffi (~> 1.12)
logger
rubyzip (2.3.2)
selenium-webdriver (4.23.0)
selenium-webdriver (4.24.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -361,7 +360,6 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.1)
strscan (3.1.0)
thor (1.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
Expand Down Expand Up @@ -418,7 +416,7 @@ DEPENDENCIES
redcarpet (>= 3.2.3)
redis
rspec-rails (~> 6.1)
selenium-webdriver (~> 4.23)
selenium-webdriver (~> 4.24)
sentry-rails
sentry-ruby
sidekiq (< 8)
Expand Down

0 comments on commit 736c6af

Please sign in to comment.