summaryrefslogtreecommitdiff
path: root/mixlib-authentication.gemspec
diff options
context:
space:
mode:
authorJeremiah Snapp <jeremiah.snapp@gmail.com>2022-04-07 12:21:47 -0400
committerGitHub <noreply@github.com>2022-04-07 12:21:47 -0400
commitcd14b7d85b87e68aaae03a763bed514730977a46 (patch)
tree7555b86b0bd484af026034eba2b44d3d3688654d /mixlib-authentication.gemspec
parentee14aa7be4196f837954dbebc461e373249ffbb5 (diff)
parent0650db3ee1d33df1c8cf80bf93a30cd623fb6800 (diff)
downloadmixlib-authentication-cd14b7d85b87e68aaae03a763bed514730977a46.tar.gz
Merge pull request #59 from chef/poorndm/IPACK-100-Test-Ruby-3.1
Remove Ruby 2.4 support & Test Ruby 3.1
Diffstat (limited to 'mixlib-authentication.gemspec')
-rw-r--r--mixlib-authentication.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-authentication.gemspec b/mixlib-authentication.gemspec
index 2bcf30e..a9d4ddd 100644
--- a/mixlib-authentication.gemspec
+++ b/mixlib-authentication.gemspec
@@ -10,7 +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.4"
+ s.required_ruby_version = ">= 2.5"
s.files = %w{LICENSE} + Dir.glob("lib/**/*")
s.require_paths = ["lib"]