lib/backup/dependency.rb in backup-3.1.0 vs lib/backup/dependency.rb in backup-3.1.1

- old
+ new

@@ -9,11 +9,11 @@ # install the gem. These dependencies are dynamically loaded in the Gemfile. class Dependency DEPENDENCIES = { 'fog' => { :require => 'fog', - :version => '~> 1.4', + :version => '~> 1.9.0', :for => 'Amazon S3, Rackspace Cloud Files (S3, CloudFiles Storages)', :dependencies => ['net-ssh', 'net-scp'] }, 'dropbox-sdk' => { @@ -48,10 +48,10 @@ :for => 'Sending Emails (Mail Notifier)' }, 'twitter' => { :require => 'twitter', - :version => '~> 4.0', + :version => '~> 4.5.0', :for => 'Sending Twitter Updates (Twitter Notifier)' }, 'httparty' => { :require => 'httparty',