Skip to content

Commit

Permalink
Merge pull request #102 from CocoaPods/ruby270_support
Browse files Browse the repository at this point in the history
Add Ruby 2.7.0 CI support and bump Ruby minimum version
  • Loading branch information
dnkoutso authored Jul 7, 2020
2 parents 519dabd + a11bffd commit d90399c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ addons:

jobs:
include:
- rvm: 2.0.0
osx_image: xcode9
- rvm: 2.3.4
osx_image: xcode9
- rvm: 2.5.0
Expand All @@ -24,6 +22,9 @@ jobs:
- rvm: 2.6.2
osx_image: xcode11.5
env: INSTALL_SVN=1
- rvm: 2.7.0
osx_image: xcode11.5
env: INSTALL_SVN=1

before_install:
# There is a bug in travis. When using system ruby, bundler is not
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
crack (0.4.2)
safe_yaml (~> 1.0.0)
docile (1.1.5)
ffi (1.9.6)
ffi (1.13.1)
kicker (3.0.0)
listen (~> 1.3.0)
notify (~> 0.5.2)
Expand Down
2 changes: 1 addition & 1 deletion cocoapods-downloader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
## 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.0.0'
s.required_ruby_version = '>= 2.3.3'
s.specification_version = 3 if s.respond_to? :specification_version
end

0 comments on commit d90399c

Please sign in to comment.