mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-06 10:25:40 +03:00
23 lines
375 B
Ruby
23 lines
375 B
Ruby
source 'https://rubygems.org'
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
|
|
|
|
gemspec
|
|
|
|
gem 'appraisal'
|
|
|
|
gem 'fastimage'
|
|
gem 'sqlite3'
|
|
|
|
gem 'aws-sdk-s3'
|
|
gem 'fog-local'
|
|
|
|
gem 'delayed_paperclip', github: 'insales/delayed_paperclip'
|
|
gem 'sidekiq', '~> 2.0'
|
|
|
|
gem 'test-unit'
|
|
gem 'thoughtbot-shoulda', '>= 2.9.0'
|
|
gem 'mocha'
|
|
|
|
gem 'pry'
|
|
gem 'pry-byebug'
|