Skip to content

Commit d868b12

Browse files
fix(authentication): look up for apikey in creds file (#76)
fix(authentication): look up for apikey in creds file
2 parents 0f6363d + 8ff7ed1 commit d868b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_watson.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
3636
spec.add_runtime_dependency "eventmachine", "~> 1.2"
3737
spec.add_runtime_dependency "faye-websocket", "~> 0.10"
3838
spec.add_runtime_dependency "http", "~> 4.1.0"
39-
spec.add_runtime_dependency "ibm_cloud_sdk_core", "~> 0.3.2"
39+
spec.add_runtime_dependency "ibm_cloud_sdk_core", "~> 0.3.3"
4040
spec.add_runtime_dependency "jwt", "~> 2.2.1"
4141

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

0 commit comments

Comments
 (0)