Skip to content

Commit d68a0ca

Browse files
authored
Merge pull request #927 from Homebrew/ruby-3.2-min
2 parents 7561632 + f8eae70 commit d68a0ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.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
platform: ["ubuntu-latest", "macos-latest"]
17-
ruby: ["3.1", "3.2", "3.3", "3.4"]
17+
ruby: ["3.2", "3.3", "3.4"]
1818
runs-on: ${{ matrix.platform }}
1919
steps:
2020
- name: Set up Git repository

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 3.1
2+
TargetRubyVersion: 3.2
33
NewCops: enable
44

55
Style/StringLiterals:

ruby-macho.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.authors = ["William Woodruff"]
1111
s.email = "[email protected]"
1212
s.files = Dir["LICENSE", "README.md", ".yardopts", "lib/**/*"]
13-
s.required_ruby_version = ">= 3.1"
13+
s.required_ruby_version = ">= 3.2"
1414
s.homepage = "https://github.com/Homebrew/ruby-macho"
1515
s.license = "MIT"
1616
s.metadata["rubygems_mfa_required"] = "true"

0 commit comments

Comments
 (0)