We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbe56a commit c4df93fCopy full SHA for c4df93f
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
ruby:
17
- - '3.1'
+ - '3.2'
18
19
steps:
20
- uses: actions/checkout@v4
.rubocop.yml
@@ -4,7 +4,7 @@ require:
4
- rubocop-rake
5
6
AllCops:
7
- TargetRubyVersion: 3.1
+ TargetRubyVersion: 3.2
8
NewCops: enable
9
10
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'
21
22
spec.metadata['homepage_uri'] = spec.homepage
23
spec.metadata['source_code_uri'] = 'https://github.com/beatmadsen/files-in-my-diff'
0 commit comments