mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
17 lines
212 B
Ruby
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'
|