Skip to content

Commit b60c2d4

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227
1 parent b381f8d commit b60c2d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ group :development, :test do
3737
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
3838
# Adds support for Capybara system testing and selenium driver
3939
gem 'capybara', '3.39.0'
40-
gem 'selenium-webdriver', '4.8.6'
40+
gem 'selenium-webdriver', '4.9.0'
4141
end
4242

4343
group :development do

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ GEM
218218
regexp_parser (2.9.2)
219219
reline (0.5.9)
220220
io-console (~> 0.5)
221-
rexml (3.3.0)
221+
rexml (3.3.5)
222222
strscan
223223
rubyzip (2.3.2)
224224
sass-rails (6.0.0)
@@ -231,7 +231,7 @@ GEM
231231
sprockets (> 3.0)
232232
sprockets-rails
233233
tilt
234-
selenium-webdriver (4.8.6)
234+
selenium-webdriver (4.9.0)
235235
rexml (~> 3.2, >= 3.2.5)
236236
rubyzip (>= 1.2.2, < 3.0)
237237
websocket (~> 1.0)
@@ -265,7 +265,7 @@ GEM
265265
bindex (>= 0.4.0)
266266
railties (>= 6.0.0)
267267
webrick (1.8.1)
268-
websocket (1.2.10)
268+
websocket (1.2.11)
269269
websocket-driver (0.7.6)
270270
websocket-extensions (>= 0.1.0)
271271
websocket-extensions (0.1.5)
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
puma (= 6.4.2)
292292
rails (= 7.1.3.4)
293293
sass-rails (>= 5.0.5)
294-
selenium-webdriver (= 4.8.6)
294+
selenium-webdriver (= 4.9.0)
295295
spring (= 2.0.2)
296296
spring-watcher-listen (= 2.0.1)
297297
turbolinks (= 5.0.1)
@@ -303,4 +303,4 @@ RUBY VERSION
303303
ruby 3.1.4p223
304304

305305
BUNDLED WITH
306-
2.5.6
306+
2.3.26

0 commit comments

Comments
 (0)