upserve / docker-api

A lightweight Ruby client for the Docker Remote API
MIT License
1.09k stars 289 forks source link

Gemspec should set a minimum required ruby version #544

Open benningm opened 5 years ago

benningm commented 5 years ago

Seems like the travis CI tests cover ruby >2.0:

spec.required_ruby_version = '>= 2.0'