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 a31e2fd commit 68245f9
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:
task: [SPECS]
ruby: [2.7, 3.0]
ruby: [2.6, 2.7, 3.0]
os: [ubuntu-20.04]
include:
- task: SPECS
Expand Down
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'bundler', '~> 2.0'
s.add_development_dependency 'rake', '~> 12.3'

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

0 comments on commit 68245f9

Please sign in to comment.