Skip to content

Commit

Permalink
fix: vulnerability CVE-2024-35176
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed May 29, 2024
1 parent 6bf6707 commit 452e66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-apis-core/google-apis-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "mini_mime", "~> 1.0"
gem.add_runtime_dependency "googleauth", "~> 1.9"
gem.add_runtime_dependency "httpclient", ">= 2.8.1", "< 3.a"
gem.add_runtime_dependency "rexml"
gem.add_runtime_dependency "rexml", ">= 3.2.7", "< 4.0"
end

0 comments on commit 452e66f

Please sign in to comment.