Files
paperclip/gemfiles/rails_60.gemfile
2023-10-23 19:57:27 +03:00

18 lines
344 B
Plaintext

# This file was generated by Appraisal
source "https://rubygems.org"
gem "pg"
gem "aws-sdk-s3"
gem "fog-local"
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
gem "rails", "~>6.0.4"
gem "sidekiq"
gem "test-unit"
gem "mocha"
gem "thoughtbot-shoulda", ">= 2.9.0"
gem "pry"
gem "pry-byebug"
gemspec path: "../"