Skip to content

Commit

Permalink
reverted ruby back to >=3.1
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jun 10, 2024
1 parent 8045aa0 commit 8f6c424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require:
- chefstyle

AllCops:
TargetRubyVersion: 3.3
TargetRubyVersion: 3.1
Include:
- "**/*.rb"
Exclude:
Expand Down
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 = ">= 3.3"
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 8f6c424

Please sign in to comment.