mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-03-25 09:15:57 +00:00
19 lines
440 B
Ruby
19 lines
440 B
Ruby
source :rubygems
|
|
|
|
gem 'rack'
|
|
gem 'rack-test'
|
|
gem 'sinatra-flash'
|
|
gem 'sinatra'
|
|
gem 'redis', '>= 2.2.0', :require => ['redis', 'redis/connection/hiredis']
|
|
gem 'thin'
|
|
gem 'rmagick'
|
|
gem 'bcrypt-ruby'
|
|
gem 'pony'
|
|
gem 'erubis'
|
|
gem 'minitest'
|
|
gem 'activesupport'
|
|
gem 'uuid'
|
|
gem 'sinatra-cookie_thief'
|
|
gem 'rdiscount'
|
|
gem 'redis-store', :git => 'https://github.com/betastreet/redis-store.git', :branch => '1.0.x'
|
|
gem 'simplecov', :require => false
|