mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
31 lines
674 B
Plaintext
31 lines
674 B
Plaintext
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "appraisal"
|
|
gem "fastimage"
|
|
gem "pg", "~> 1.1.4"
|
|
gem "aws-sdk-s3"
|
|
gem "fog-local"
|
|
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
|
gem "rails", "~> 5.2.6"
|
|
gem "sidekiq"
|
|
gem "test-unit"
|
|
gem "mocha"
|
|
gem "thoughtbot-shoulda", ">= 2.9.0"
|
|
gem "pry"
|
|
gem "pry-byebug"
|
|
gem "addressable"
|
|
|
|
group :lint do
|
|
gem "rubocop", "0.81.0"
|
|
gem "rubocop-rails", "2.5.2"
|
|
gem "rubocop-rspec", "1.38.1"
|
|
gem "rubocop-performance", "1.5.2"
|
|
gem "pronto", ">= 0.11", require: false
|
|
gem "pronto-brakeman", require: false
|
|
gem "pronto-rubocop", require: false
|
|
end
|
|
|
|
gemspec path: "../"
|