Skip to content

Commit

Permalink
feat: Bump Ruby version to 3.1 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed Feb 17, 2024
1 parent 22bb16a commit 9645154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-ec2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR).grep(/LICENSE|^lib/)
gem.require_paths = ["lib"]

gem.required_ruby_version = ">= 2.7"
gem.required_ruby_version = ">= 3.1"

gem.add_dependency "aws-sdk-ec2", "~> 1.0"
gem.add_dependency "retryable", ">= 2.0", "< 4.0" # 4.0 will need to be validated
Expand Down

0 comments on commit 9645154

Please sign in to comment.