Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency selenium-webdriver to v4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent c1d7240 commit fb41df4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ group :development do

# RubyCritic for code quality
gem "rubycritic", require: false

# ERD diagrams
gem "rails-mermaid_erd"
end

group :test do
Expand Down
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
base64 (0.2.0)
bcrypt (3.1.18)
bindex (0.8.1)
bootsnap (1.16.0)
Expand Down Expand Up @@ -242,8 +243,6 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-mermaid_erd (0.4.2)
rails (>= 5.2)
railties (7.0.6)
actionpack (= 7.0.6)
activesupport (= 7.0.6)
Expand Down Expand Up @@ -271,7 +270,7 @@ GEM
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rexml (3.2.6)
rgeo (3.0.0)
rgeo-activerecord (7.0.1)
activerecord (>= 5.0)
Expand Down Expand Up @@ -317,7 +316,8 @@ GEM
tty-which (~> 0.4.0)
virtus (~> 1.0)
rubyzip (2.3.2)
selenium-webdriver (4.8.1)
selenium-webdriver (4.17.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -377,7 +377,7 @@ GEM
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webrick (1.7.0)
websocket (1.2.9)
websocket (1.2.10)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -410,7 +410,6 @@ DEPENDENCIES
pg (~> 1.1)
puma (~> 5.0)
rails (~> 7.0.2)
rails-mermaid_erd
redis (~> 5.0)
rgeo-geojson
rubocop-rails
Expand Down

0 comments on commit fb41df4

Please sign in to comment.