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 dfaadcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: 1440c43fe5ba4c5d9666b1f968052761727985d4
revision: 47ecbff6a747f2ccff3561aa903f10a0f3f1c04d
branch: 1-14-stable
specs:
cocoapods-core (1.14.2)
Expand Down Expand Up @@ -310,7 +310,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
tins (1.32.1)
sync
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
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 dfaadcb

Please sign in to comment.