mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Update rexml following dependabot alert (#1490)
Why: ---- Dependabot issued a warning about a development dependency security update for the [rexml] gem used by rubocop. [rexml]: https://github.com/advisories/GHSA-8cr8-4vfw-mr7h This Commit: ---- - Ran `bundle update rexml` on the root path to update `rexml` from 3.2.4 => 3.2.5 - Updated static Gemfiles to reflect the same version
This commit is contained in:
parent
81aaf8d7f4
commit
c80d139e80
7 changed files with 7 additions and 7 deletions
|
@ -83,7 +83,7 @@ GEM
|
|||
rainbow (3.0.0)
|
||||
rake (13.0.3)
|
||||
regexp_parser (2.0.3)
|
||||
rexml (3.2.4)
|
||||
rexml (3.2.5)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
|
|
|
@ -84,7 +84,7 @@ GEM
|
|||
rainbow (3.0.0)
|
||||
rake (13.0.3)
|
||||
regexp_parser (2.0.3)
|
||||
rexml (3.2.4)
|
||||
rexml (3.2.5)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
|
|
|
@ -84,7 +84,7 @@ GEM
|
|||
rainbow (3.0.0)
|
||||
rake (13.0.3)
|
||||
regexp_parser (2.0.3)
|
||||
rexml (3.2.4)
|
||||
rexml (3.2.5)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
|
|
|
@ -84,7 +84,7 @@ GEM
|
|||
rainbow (3.0.0)
|
||||
rake (13.0.3)
|
||||
regexp_parser (2.0.3)
|
||||
rexml (3.2.4)
|
||||
rexml (3.2.5)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
|
|
|
@ -83,7 +83,7 @@ GEM
|
|||
rainbow (3.0.0)
|
||||
rake (13.0.3)
|
||||
regexp_parser (2.0.3)
|
||||
rexml (3.2.4)
|
||||
rexml (3.2.5)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
|
|
|
@ -83,7 +83,7 @@ GEM
|
|||
rainbow (3.0.0)
|
||||
rake (13.0.3)
|
||||
regexp_parser (2.0.3)
|
||||
rexml (3.2.4)
|
||||
rexml (3.2.5)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
|
|
|
@ -89,7 +89,7 @@ GEM
|
|||
rainbow (3.0.0)
|
||||
rake (13.0.3)
|
||||
regexp_parser (2.0.3)
|
||||
rexml (3.2.4)
|
||||
rexml (3.2.5)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue