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