Skip to content

Commit

Permalink
Pin nokogiri to '~> 1.6.8.1' for cloud_files
Browse files Browse the repository at this point in the history
Resolves #561
  • Loading branch information
BanzaiMan committed Jan 4, 2017
1 parent e189712 commit b6a60a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dpl/provider/cloud_files.rb
Expand Up @@ -5,6 +5,7 @@ class Provider
class CloudFiles < Provider
requires 'net-ssh', load: 'net/ssh', version: '~> 2.9.2' # Anything higher requires Ruby 2.x
requires 'mime-types', load: 'mime/types', version: '~> 2.6.2' # Anything higher requires Ruby 2.x
requires 'nokogiri', version: '~> 1.6.8.1' # 1.7.0 and up requires Ruby 2.1.0 (via fog-xml)
requires 'fog-rackspace', load: 'fog/rackspace'
experimental 'Rackspace Cloud Files'

Expand Down

0 comments on commit b6a60a4

Please sign in to comment.