mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
bump formatador dep
This commit is contained in:
parent
7df523d764
commit
bc79b3936a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Gem::Specification.new do |s|
|
|||
## that are needed for an end user to actually USE your code.
|
||||
s.add_dependency('builder')
|
||||
s.add_dependency('excon', '>=0.5.7')
|
||||
s.add_dependency('formatador', '>=0.1.1')
|
||||
s.add_dependency('formatador', '>=0.1.2')
|
||||
s.add_dependency('json')
|
||||
s.add_dependency('mime-types')
|
||||
s.add_dependency('net-ssh', '>=2.0.23')
|
||||
|
|
Loading…
Add table
Reference in a new issue