Skip to content

Commit

Permalink
Merge pull request #137 from CocoaPods/amorde/bump-minimum-ruby
Browse files Browse the repository at this point in the history
Bump minimum Ruby to 2.7.4
  • Loading branch information
amorde committed Oct 15, 2023
2 parents 0cb5fbc + 2a2b167 commit e9ab295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Specs.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-10.15]
ruby: [2.3, 2.5, 2.6, 2.7, 3.0.0]
ruby: [2.7, 3.0.0]

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

## Make sure you can build the gem on older versions of RubyGems too:
s.rubygems_version = "1.6.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_ruby_version = '>= 2.3.3'
s.required_ruby_version = '>= 2.7.4'
s.specification_version = 3 if s.respond_to? :specification_version
end

0 comments on commit e9ab295

Please sign in to comment.