Skip to content

Commit ec08ff2

Browse files
authored
Merge pull request #111 from watson-developer-cloud/ruby27
fix: update http gem to 4.4.0
2 parents 4db79ba + f5eab4c commit ec08ff2

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Ruby gem to quickly get started with the various [IBM Watson][wdc] services.
3939
</details>
4040

4141
## ANNOUNCEMENTS!
42+
### Support for 2.7 ruby
43+
To support 2.7 the http gem dependency is updated to 4.4.0. Since it conflicted with the dependency in the ruby-sdk-core that gem was also updated. Using 2.0.2 or above ruby sdk will require a core of 1.1.3 or above.
44+
4245
### Updating endpoint URLs from watsonplatform.net
4346
Watson API endpoint URLs at watsonplatform.net are changing and will not work after 26 May 2021. Update your calls to use the newer endpoint URLs. For more information, see https://cloud.ibm.com/docs/watson?topic=watson-endpoint-change.
4447

ibm_watson.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Gem::Specification.new do |spec|
3535
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
3636
spec.add_runtime_dependency "eventmachine", "~> 1.2"
3737
spec.add_runtime_dependency "faye-websocket", "~> 0.11"
38-
spec.add_runtime_dependency "http", "~> 4.1.0"
39-
spec.add_runtime_dependency "ibm_cloud_sdk_core", "~> 1.1.1"
38+
spec.add_runtime_dependency "http", "~> 4.4.0"
39+
spec.add_runtime_dependency "ibm_cloud_sdk_core", "~> 1.1.3"
4040
spec.add_runtime_dependency "jwt", "~> 2.2.1"
4141

4242
spec.add_development_dependency "bundler", "~> 2.2"

0 commit comments

Comments
 (0)