mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-06 02:15:41 +03:00
16 lines
195 B
Ruby
16 lines
195 B
Ruby
# coding: utf-8
|
|
source 'http://rubygems.org'
|
|
gemspec
|
|
|
|
gem 'appraisal'
|
|
|
|
gem 'fastimage'
|
|
gem 'sqlite3'
|
|
|
|
gem 'test-unit'
|
|
gem 'thoughtbot-shoulda', '>= 2.9.0'
|
|
gem 'mocha'
|
|
|
|
gem 'pry'
|
|
gem 'pry-byebug'
|