Skip to content

Commit 840ed6d

Browse files
committed
Revert minimum required Ruby version to 2.6 to support macOS system Ruby
1 parent 3492e7b commit 840ed6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: [macos-12]
9-
ruby: [2.7, 3.0.0]
9+
ruby: [system, 2.7, 3.0.0]
1010

1111
name: ${{ matrix.os }} / Ruby ${{ matrix.ruby }}
1212
runs-on: ${{ matrix.os }}

cocoapods-downloader.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Gem::Specification.new do |s|
1515
s.files = Dir["lib/**/*.rb"] + %w{ README.markdown LICENSE }
1616
s.require_paths = %w{ lib }
1717

18-
s.required_ruby_version = '>= 2.7.4'
18+
s.required_ruby_version = '>= 2.6'
1919
s.specification_version = 3 if s.respond_to? :specification_version
2020
end

0 commit comments

Comments
 (0)