- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 354
 
Closed
Description
As @mdarby mentioned here this gem is relying on a really old version of fog-core and i would like to ask to remove the pessimistic dependency if possible. That might give us a lot of headaches and conflicts with other providers if they specify different versions.
So this:
spec.add_dependency 'fog-core',  '~> 1.27'
spec.add_dependency 'fog-json',  '~> 1.0'
spec.add_dependency 'fog-xml',   '~> 0.1'would become something like this:
spec.add_dependency 'fog-core',  '>= 1.27'
spec.add_dependency 'fog-json',  '>= 1.0'
spec.add_dependency 'fog-xml',   '>= 0.1'Metadata
Metadata
Assignees
Labels
No labels