Skip to content

Commit

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

Bump selenium-webdriver from 4.21.1 to 4.22.0
  • Loading branch information
maxfierke authored Jul 2, 2024
2 parents 6a8ace9 + 97e7261 commit 69e203c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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.21'
gem 'selenium-webdriver', '~> 4.22'
end
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -304,8 +305,8 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.1)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
Expand All @@ -327,8 +328,9 @@ GEM
ruby-vips (2.1.4)
ffi (~> 1.12)
rubyzip (2.3.2)
selenium-webdriver (4.21.1)
selenium-webdriver (4.22.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -410,7 +412,7 @@ DEPENDENCIES
redcarpet (>= 3.2.3)
redis
rspec-rails (~> 6.1)
selenium-webdriver (~> 4.21)
selenium-webdriver (~> 4.22)
sentry-rails
sentry-ruby
sidekiq (< 8)
Expand Down

0 comments on commit 69e203c

Please sign in to comment.