Skip to content

Commit

Permalink
fix(core): Add webrick to the gem dependencies, for Ruby 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jan 19, 2021
1 parent 9b4b329 commit 25824f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google-apis-core/google-apis-core.gemspec
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "googleauth", "~> 0.14"
gem.add_runtime_dependency "httpclient", ">= 2.8.1", "< 3.0"
gem.add_runtime_dependency "rexml"
gem.add_runtime_dependency "webrick"
end

0 comments on commit 25824f2

Please sign in to comment.