diff options
author | Shlee <github@shl.ee> | 2020-03-21 10:10:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-21 03:10:24 +0100 |
commit | b5dace62b0b65f8b24a9266f96f945d65bda30c9 (patch) | |
tree | 4109c96f3f9fd5042d9a775e0128bad480c3793e /Gemfile | |
parent | 61f35c1a8a7c6544fe82b733e40267f4b28a3264 (diff) |
Decommission support for Ruby 2.4 (#13287)
* Update Gemfile * Update README.md
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 5286540d5..04cf1d38e 100644 --- a/Gemfile +++ b/Gemfile @@ -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' |