From cca4136bdc8de1c849cb2712c74c35d13533cc62 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 10 May 2024 21:23:00 +0200 Subject: [PATCH] Bump minimal ruby 2.5->2.7 --- .rubocop.yml | 2 +- bolt.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 4543ad5bbe..f6f205e5e2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 diff --git a/bolt.gemspec b/bolt.gemspec index 8beacbbffa..7c4d35cf07 100644 --- a/bolt.gemspec +++ b/bolt.gemspec @@ -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'