mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Revert "temporarily relax ruby version constraint"
This reverts commit 4444f32874
.
This commit is contained in:
parent
146aa2b8d8
commit
e0e5c9f9fb
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ Gem::Specification.new do |s|
|
|||
s.rdoc_options = ["--charset=UTF-8"]
|
||||
s.extra_rdoc_files = %w[README.md]
|
||||
|
||||
## Ruby version
|
||||
s.required_ruby_version = ">= 2.0.0"
|
||||
|
||||
s.add_dependency("fog-core", "~> 1.32")
|
||||
s.add_dependency("fog-json")
|
||||
s.add_dependency("fog-xml", "~> 0.1.1")
|
||||
|
|
Loading…
Reference in a new issue