Skip to content

Commit

Permalink
Revert minimum required Ruby version to 2.6 to support macOS system Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed Nov 19, 2023
1 parent 3492e7b commit 840ed6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-12]
ruby: [2.7, 3.0.0]
ruby: [system, 2.7, 3.0.0]

name: ${{ matrix.os }} / Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion cocoapods-downloader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.files = Dir["lib/**/*.rb"] + %w{ README.markdown LICENSE }
s.require_paths = %w{ lib }

s.required_ruby_version = '>= 2.7.4'
s.required_ruby_version = '>= 2.6'
s.specification_version = 3 if s.respond_to? :specification_version
end

0 comments on commit 840ed6d

Please sign in to comment.