Skip to content

Commit

Permalink
Merge pull request #761 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 authored Nov 19, 2023
2 parents 1440c43 + 66fc9d7 commit 47ecbff
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: [ubuntu-20.04]
ruby: [2.7, 3.0.0]
ruby: [2.6, 2.7, 3.0.0, 3.2.2]
include:
- os: macos-11
ruby: system
Expand Down
2 changes: 1 addition & 1 deletion cocoapods-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Gem::Specification.new do |s|

s.add_development_dependency 'bacon', '~> 1.1'

s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 2.6'
end

0 comments on commit 47ecbff

Please sign in to comment.