-
- Downloads
There was a problem fetching the pipeline summary.
Showing
- Gemfile 4 additions, 0 deletionsGemfile
- Gemfile.lock 42 additions, 0 deletionsGemfile.lock
- changelogs/unreleased/support-google-cloud-storage-backups.yml 4 additions, 0 deletions...elogs/unreleased/support-google-cloud-storage-backups.yml
- doc/raketasks/backup_restore.md 1 addition, 1 deletiondoc/raketasks/backup_restore.md
... | ... | @@ -86,10 +86,14 @@ gem 'dropzonejs-rails', '~> 0.7.1' |
# for backups | ||
gem 'fog-aws', '~> 0.9' | ||
gem 'fog-core', '~> 1.40' | ||
gem 'fog-google', '~> 0.5' | ||
gem 'fog-local', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
# for Google storage | ||
gem 'google-api-client', '~> 0.8.6' | ||
# for aws storage | ||
gem 'unf', '~> 0.1.4' | ||
... | ... |
Please register or sign in to comment