Skip to content

Commit 941a31e

Browse files
committed
ci: Changes to CI configuration and support ruby 2.5 and 2.6
ci: Changes to CI configuration and support ruby 2.5 and 2.6
1 parent 3c94142 commit 941a31e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ Tested on:
401401
* MRI Ruby (RVM): 2.5.1, 2.6.1
402402
* RubyInstaller (Windows x64): 2.5.1, 2.6.1
403403

404+
2.3.7 and 2.4.4 should still work but support will be deprecated in next major release.
405+
404406
## Contributing
405407

406408
See [CONTRIBUTING.md][CONTRIBUTING].

ibm_watson.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.summary = "Official client library to use the IBM Watson Services"
1313
spec.homepage = "https://www.github.com/watson-developer-cloud"
1414
spec.licenses = ["Apache-2.0"]
15-
spec.required_ruby_version = ">= 2.5"
15+
spec.required_ruby_version = ">= 2.3"
1616

1717
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
1818
# to allow pushing to a single host or delete this section to allow pushing to any host.

0 commit comments

Comments
 (0)