diff --git a/__snapshots__/gemfile-lock.js b/__snapshots__/gemfile-lock.js index b4629f8bd..661dbccd9 100644 --- a/__snapshots__/gemfile-lock.js +++ b/__snapshots__/gemfile-lock.js @@ -17,7 +17,7 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.6.1) - rexml (3.2.5) + rexml (3.3.9) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -37,7 +37,7 @@ GEM parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) + rexml (>= 3.3.9, < 4.0) rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) @@ -81,7 +81,7 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.6.1) - rexml (3.2.5) + rexml (3.3.9) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -101,7 +101,7 @@ GEM parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) + rexml (>= 3.3.9, < 4.0) rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) @@ -145,7 +145,7 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.6.1) - rexml (3.2.5) + rexml (3.3.9) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -165,7 +165,7 @@ GEM parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) + rexml (>= 3.3.9, < 4.0) rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) diff --git a/test/updaters/fixtures/Gemfile.lock b/test/updaters/fixtures/Gemfile.lock index 6a4703891..a11155396 100644 --- a/test/updaters/fixtures/Gemfile.lock +++ b/test/updaters/fixtures/Gemfile.lock @@ -16,7 +16,7 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.6.1) - rexml (3.2.5) + rexml (3.3.9) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -36,7 +36,7 @@ GEM parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) + rexml (>= 3.3.9, < 4.0) rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0)