mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Cached 2-step storage (similar to shrine gem)
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "sqlite3"
|
||||
gem "aws-sdk-s3"
|
||||
gem "fog-local"
|
||||
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "sidekiq", "~> 2.0"
|
||||
gem "test-unit"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
@@ -13,5 +15,6 @@ gem "mocha"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
gem "rails", "~> 4.2.0"
|
||||
gem "test_after_commit"
|
||||
|
||||
gemspec path: "../"
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "sqlite3"
|
||||
gem "aws-sdk-s3"
|
||||
gem "fog-local"
|
||||
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "sidekiq", "~> 2.0"
|
||||
gem "test-unit"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
|
||||
Reference in New Issue
Block a user