Skip to content

Commit

Permalink
Update outdated dependencies
Browse files Browse the repository at this point in the history
This resolves some security vulnerabilities with rexml and rack.

This version was run with bin/bundle vs the previous commit that was only updating the root.
  • Loading branch information
javierjulio committed Jul 23, 2024
1 parent 7ab77e7 commit a046533
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
builder (3.3.0)
capybara (3.40.0)
addressable
Expand All @@ -79,7 +79,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
combustion (1.4.0)
combustion (1.5.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
thor (>= 0.14.6)
Expand All @@ -106,8 +106,8 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
net-imap (0.4.12)
minitest (5.24.1)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -131,7 +131,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.5)
public_suffix (6.0.1)
racc (1.8.0)
rack (2.2.9)
rack-test (2.1.0)
Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
thor (~> 1.0)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.0)
rexml (3.3.2)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -180,7 +180,7 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
rspec-rails (6.1.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -237,4 +237,4 @@ DEPENDENCIES
simplecov-cobertura

BUNDLED WITH
2.5.13
2.5.15
14 changes: 7 additions & 7 deletions gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
builder (3.3.0)
capybara (3.40.0)
addressable
Expand All @@ -85,7 +85,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
combustion (1.4.0)
combustion (1.5.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
thor (>= 0.14.6)
Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
net-imap (0.4.12)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -137,7 +137,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.5)
public_suffix (6.0.1)
racc (1.8.0)
rack (2.2.9)
rack-test (2.1.0)
Expand Down Expand Up @@ -172,7 +172,7 @@ GEM
zeitwerk (~> 2.5)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.0)
rexml (3.3.2)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -236,4 +236,4 @@ DEPENDENCIES
simplecov-cobertura

BUNDLED WITH
2.5.13
2.5.15

0 comments on commit a046533

Please sign in to comment.