We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f13d9 commit 023a912Copy full SHA for 023a912
1 file changed
cacheable.gemspec
@@ -15,6 +15,6 @@ Gem::Specification.new do |s|
15
s.files = Dir['lib/**/*', 'README.md', 'cache-adapters.md']
16
s.homepage = 'https://github.com/splitwise/cacheable'
17
s.licenses = 'MIT'
18
- s.required_ruby_version = '>= 2.6.0'
+ s.required_ruby_version = '>= 3.1.6'
19
s.metadata = {'rubygems_mfa_required' => 'true'}
20
end
0 commit comments