Skip to content

Commit 884ccf4

Browse files
authored
fix(core): remove rexml from dependencies (#19971)
1 parent f9b0982 commit 884ccf4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

generated/google-apis-discovery_v1/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ platforms :ruby do
2121
gem "redcarpet", "~> 3.5"
2222
end
2323
end
24+
25+
gem "google-apis-core", path: "../../google-apis-core"

google-apis-core/google-apis-core.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Gem::Specification.new do |gem|
2525
gem.add_runtime_dependency "addressable", "~> 2.5", ">= 2.5.1"
2626
gem.add_runtime_dependency "mini_mime", "~> 1.0"
2727
gem.add_runtime_dependency "googleauth", "~> 1.9"
28-
gem.add_runtime_dependency "httpclient", ">= 2.8.1", "< 3.a"
29-
gem.add_runtime_dependency "rexml"
28+
gem.add_runtime_dependency "httpclient", ">= 2.8.3", "< 3.a"
29+
gem.add_runtime_dependency "mutex_m" # used by httpclient
3030
end

google-apis-generator/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ platforms :ruby do
3636
gem 'pry-byebug', '~> 3.2'
3737
end
3838
end
39+
40+
gem "google-apis-core", path: "../google-apis-core"

0 commit comments

Comments
 (0)