summaryrefslogtreecommitdiff
path: root/mixlib-authentication.gemspec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-01-04 13:36:03 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2019-01-04 13:36:03 -0800
commit9a022ec78c580ded46816c4673916ba46f8a6f9f (patch)
tree67d40ebc9df6f77b47b705f29fa062811dc2ccc1 /mixlib-authentication.gemspec
parent1bc2f7a1d1a9e89efe8887eaa8fbe46cdf910453 (diff)
downloadmixlib-authentication-9a022ec78c580ded46816c4673916ba46f8a6f9f.tar.gz
update travis, drop ruby < 2.5, major version bumplcg/version-bump
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'mixlib-authentication.gemspec')
-rw-r--r--mixlib-authentication.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/mixlib-authentication.gemspec b/mixlib-authentication.gemspec
index eeb46c6..bb7ea24 100644
--- a/mixlib-authentication.gemspec
+++ b/mixlib-authentication.gemspec
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.author = "Chef Software, Inc."
s.email = "info@chef.io"
s.homepage = "https://github.com/chef/mixlib-authentication"
+ s.required_ruby_version = ">= 2.5"
s.files = %w{LICENSE} + Dir.glob("lib/**/*")
s.require_paths = ["lib"]