-
- Downloads
Decommission support for Ruby 2.4 (#13287)
* Update Gemfile * Update README.md
# 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' | ||
... | ... |
Please register or sign in to comment