Files
paperclip/Gemfile
2018-07-09 12:33:20 +03:00

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'