Skip to content

Commit

Permalink
Merge pull request #142 from CocoaPods/amorde/macos-system-ruby-support
Browse files Browse the repository at this point in the history
Revert minimum required Ruby version to 2.6 to support macOS system Ruby
  • Loading branch information
amorde committed Nov 19, 2023
2 parents 3492e7b + a1859be commit b5983f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Specs.yml
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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,9 @@

##### Bug Fixes

* None.
* Revert minimum required Ruby version to 2.6 to support macOS system ruby installations
[Eric Amorde](https://github.com/amorde)
[#142](https://github.com/CocoaPods/cocoapods-downloader/pull/142)


## 2.0 (2023-10-26)
Expand Down
2 changes: 1 addition & 1 deletion cocoapods-downloader.gemspec
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 b5983f2

Please sign in to comment.