Skip to content

Commit cfc07f1

Browse files
committed
Pin rexml to 3.3.0
1 parent 11bb482 commit cfc07f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gem_config.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def self.testing_and_debugging_dependencies
4848
["webmock", "~> 3.18", ">= 3.18.1"],
4949
["simplecov", "~> 0.22.0"],
5050
["simplecov-cobertura", "~> 2.1.0"],
51-
["webrick", "~> 1.8", ">= 1.8.1"]]
51+
["webrick", "~> 1.8", ">= 1.8.1"],
52+
["rexml", "3.3.0"]]
5253
end
5354
end

0 commit comments

Comments
 (0)