Skip to content

Commit c4df93f

Browse files
committed
Update required ruby version to allow for ActiveSupport 8
1 parent acbe56a commit c4df93f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.1'
17+
- '3.2'
1818

1919
steps:
2020
- uses: actions/checkout@v4

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require:
44
- rubocop-rake
55

66
AllCops:
7-
TargetRubyVersion: 3.1
7+
TargetRubyVersion: 3.2
88
NewCops: enable
99

1010

files_in_my_diff.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717

1818
spec.homepage = 'https://github.com/beatmadsen/files-in-my-diff'
1919
spec.license = 'MIT'
20-
spec.required_ruby_version = '>= 3.1'
20+
spec.required_ruby_version = '>= 3.2'
2121

2222
spec.metadata['homepage_uri'] = spec.homepage
2323
spec.metadata['source_code_uri'] = 'https://github.com/beatmadsen/files-in-my-diff'

0 commit comments

Comments
 (0)