Skip to content

Commit

Permalink
Merge pull request backup#339 from jdutil/bump_fog
Browse files Browse the repository at this point in the history
Bump fog dependency to 1.4.0.
  • Loading branch information
Michael van Rooijen committed Jul 2, 2012
2 parents be7c873 + 8c2a958 commit 4ff1a01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 128 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@
vendor/bundle
*.swp
*.swo
Gemfile.lock # Ignore lock file for developing a gem: http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
127 changes: 0 additions & 127 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion lib/backup/dependency.rb
Expand Up @@ -17,7 +17,7 @@ def self.all
{
'fog' => {
:require => 'fog',
:version => '~> 1.1.0',
:version => '~> 1.4.0',
:for => 'Amazon S3, Rackspace Cloud Files (S3, CloudFiles Storages)'
},

Expand Down

0 comments on commit 4ff1a01

Please sign in to comment.