From c4df93fd47471b25d3f77680a869e406f58f4b00 Mon Sep 17 00:00:00 2001 From: "Erik T. Madsen" Date: Sat, 9 Nov 2024 20:43:58 +0100 Subject: [PATCH] Update required ruby version to allow for ActiveSupport 8 --- .github/workflows/main.yml | 2 +- .rubocop.yml | 2 +- files_in_my_diff.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0145fd5..ef15b28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: ruby: - - '3.1' + - '3.2' steps: - uses: actions/checkout@v4 diff --git a/.rubocop.yml b/.rubocop.yml index 28f6492..262f27c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,7 @@ require: - rubocop-rake AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.2 NewCops: enable diff --git a/files_in_my_diff.gemspec b/files_in_my_diff.gemspec index 944f0fa..37cebc5 100644 --- a/files_in_my_diff.gemspec +++ b/files_in_my_diff.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| spec.homepage = 'https://github.com/beatmadsen/files-in-my-diff' spec.license = 'MIT' - spec.required_ruby_version = '>= 3.1' + spec.required_ruby_version = '>= 3.2' spec.metadata['homepage_uri'] = spec.homepage spec.metadata['source_code_uri'] = 'https://github.com/beatmadsen/files-in-my-diff'