File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
406408See [ CONTRIBUTING.md] [ CONTRIBUTING ] .
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments