Skip to content

Commit

Permalink
Update Fog & remove lock file. [fixes backup#306]
Browse files Browse the repository at this point in the history
  • Loading branch information
JDutil committed Jul 2, 2012
1 parent bca9ab8 commit 8c2a958
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 128 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 8c2a958

Please sign in to comment.