We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd9c500 + ddf79bb commit 302ce0dCopy full SHA for 302ce0d
bolt.gemspec
@@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
41
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
42
spec.require_paths = ["lib"]
43
44
- spec.required_ruby_version = ">= 2.5"
+ spec.required_ruby_version = ">= 3.2"
45
46
spec.add_dependency "addressable", '~> 2.5'
47
spec.add_dependency "aws-sdk-ec2", '~> 1'
0 commit comments