mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Bumped required ruby version to 1.9.3
This commit is contained in:
parent
c149dd0f4b
commit
39e6261490
2 changed files with 4 additions and 4 deletions
|
@ -38,10 +38,10 @@ true
|
|||
|
||||
## Ruby version
|
||||
|
||||
Fog requires Ruby 1.9 or later.
|
||||
Fog requires Ruby `1.9.3` or later.
|
||||
|
||||
Ruby 1.8.7 support was dropped in `fog-v2.0.0` as a backwards incompatible
|
||||
change. Please use the later fog `1.x` versions if you require `1.8.7` support.
|
||||
Ruby `1.8.7` and `1.9.2` support was dropped in `fog-v2.0.0` as a backwards incompatible
|
||||
change. Please use the later fog `1.x` versions if you require `1.8.7` or `1.9.2` support.
|
||||
|
||||
## Collections
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ Gem::Specification.new do |s|
|
|||
s.extra_rdoc_files = %w[README.md]
|
||||
|
||||
## Ruby version
|
||||
s.required_ruby_version = ">= 1.9.0"
|
||||
s.required_ruby_version = ">= 1.9.3"
|
||||
|
||||
## List your runtime dependencies here. Runtime dependencies are those
|
||||
## that are needed for an end user to actually USE your code.
|
||||
|
|
Loading…
Add table
Reference in a new issue