Skip to content

Commit

Permalink
Bump minimal ruby 2.5->2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 10, 2024
1 parent 7e8cede commit cca4136
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 @@ -13,7 +13,7 @@ AllCops:
- site-modules/**/*
- tasks/**/*
SuggestExtensions: false
TargetRubyVersion: 2.5
TargetRubyVersion: 2.7

# Layout cops
# https://docs.rubocop.org/rubocop/cops_layout.html
Expand Down
2 changes: 1 addition & 1 deletion bolt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.5"
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "addressable", '~> 2.5'
spec.add_dependency "aws-sdk-ec2", '~> 1'
Expand Down

0 comments on commit cca4136

Please sign in to comment.