mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[GH-3156] Fix fog binary dependencies
The Sakuracloud `bin` file was removed to `v0.0.4` but the dependency was not declared. Using `$ fog` without manually updating the dependency would trigger a require error due to this missing file. This adds the minimal dependency required.
This commit is contained in:
parent
86aff2ac66
commit
6a1e04ce28
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Gem::Specification.new do |s|
|
|||
# Modular providers
|
||||
s.add_dependency("fog-brightbox")
|
||||
s.add_dependency("fog-softlayer")
|
||||
s.add_dependency("fog-sakuracloud")
|
||||
s.add_dependency("fog-sakuracloud", ">= 0.0.4")
|
||||
|
||||
## List your development dependencies here. Development dependencies are
|
||||
## those that are only needed during development
|
||||
|
|
Loading…
Add table
Reference in a new issue