Decommission support for Ruby 2.4 (#13287)

* Update Gemfile

* Update README.md
This commit is contained in:
Shlee 2020-03-21 10:10:24 +08:00 committed by GitHub
parent 61f35c1a8a
commit b5dace62b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '>= 2.4.0', '< 3.0.0'
ruby '>= 2.5.0', '< 3.0.0'
gem 'pkg-config', '~> 1.4'