mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Supported Ruby version is 2.5+ now
This commit is contained in:
parent
535f5d95a5
commit
b3fe507c74
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0', 'head']
|
||||
ruby-version: ['2.5', '2.6', '2.7', '3.0', 'head']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
|
|
|
@ -43,7 +43,7 @@ Gem::Specification.new do |s|
|
|||
s.rdoc_options = ["--charset=UTF-8"]
|
||||
s.extra_rdoc_files = %w[README.md]
|
||||
|
||||
s.required_ruby_version = '>= 2.0.0'
|
||||
s.required_ruby_version = '>= 2.5.0'
|
||||
|
||||
s.add_dependency("fog-core", "~> 2.1")
|
||||
s.add_dependency("fog-json")
|
||||
|
|
Loading…
Reference in a new issue