Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-REXML-7577227
- https://snyk.io/vuln/SNYK-RUBY-REXML-7577228
  • Loading branch information
snyk-bot committed Aug 2, 2024
1 parent f97f55a commit 472c2ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ group :test do
gem 'rails-controller-testing'
gem 'vcr'
gem 'webdrivers'
gem 'webmock'
gem 'webmock', '>= 3.11.2'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
26 changes: 16 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,19 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bcrypt (3.1.16)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.5.1)
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)
childprocess (3.0.0)
concurrent-ruby (1.1.8)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
diff-lcs (1.4.4)
Expand All @@ -94,7 +96,7 @@ GEM
ffi (1.14.2-x64-mingw32)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.1)
hashdiff (1.1.0)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jbuilder (2.10.1)
Expand Down Expand Up @@ -127,9 +129,11 @@ GEM
racc (~> 1.4)
nokogiri (1.11.2-x64-mingw32)
racc (~> 1.4)
nokogiri (1.11.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.2-x86_64-linux)
racc (~> 1.4)
public_suffix (4.0.6)
public_suffix (6.0.1)
puma (5.1.1)
nio4r (~> 2.0)
racc (1.5.2)
Expand Down Expand Up @@ -172,7 +176,8 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
rexml (3.3.4)
strscan
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
Expand Down Expand Up @@ -216,6 +221,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
strscan (3.1.0)
thor (1.1.0)
tilt (2.0.10)
turbolinks (5.2.1)
Expand All @@ -241,8 +247,8 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webmock (3.11.1)
addressable (>= 2.3.6)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.3)
Expand Down Expand Up @@ -280,10 +286,10 @@ DEPENDENCIES
vcr
web-console (>= 4.1.0)
webdrivers
webmock
webmock (>= 3.11.2)

RUBY VERSION
ruby 3.0.0p0

BUNDLED WITH
2.2.6
2.2.3

0 comments on commit 472c2ed

Please sign in to comment.