Files
paperclip/Gemfile
2018-11-12 17:15:10 +03:00

17 lines
212 B
Ruby

# coding: utf-8
source 'http://rubygems.org'
gemspec
gem 'appraisal'
gem 'fastimage'
gem 'sqlite3'
gem 'aws-sdk-s3'
gem 'test-unit'
gem 'thoughtbot-shoulda', '>= 2.9.0'
gem 'mocha'
gem 'pry'
gem 'pry-byebug'