56 строки
1.1 KiB
Ruby
56 строки
1.1 KiB
Ruby
source 'https://rubygems.org'
|
|
ruby "1.9.3"
|
|
|
|
gem 'pry'
|
|
gem 'pry-nav'
|
|
# gem 'debugger'
|
|
|
|
gem 'bundler'
|
|
|
|
gem 'rake'
|
|
|
|
gem 'sinatra'
|
|
|
|
gem 'yajl-ruby'
|
|
|
|
|
|
gem 'ampex'
|
|
|
|
gem 'mongo'
|
|
gem 'moped', "1.5.1"
|
|
gem 'mongoid', "~> 3.0"
|
|
gem 'bson_ext'
|
|
|
|
gem 'delayed_job'
|
|
gem 'delayed_job_mongoid', :git => 'https://github.com/dementrock/delayed_job_mongoid.git'
|
|
|
|
gem 'mongoid-tree', :git => 'https://github.com/dementrock/mongoid-tree.git'
|
|
gem 'voteable_mongo', :git => 'https://github.com/dementrock/voteable_mongo.git'
|
|
gem 'mongoid_taggable_with_context', :git => 'https://github.com/dementrock/mongoid_taggable_with_context.git'
|
|
gem 'mongoid_magic_counter_cache', :git => 'https://github.com/dementrock/mongoid-magic-counter-cache.git'
|
|
|
|
gem 'kaminari', :require => 'kaminari/sinatra', :git => 'https://github.com/dementrock/kaminari.git'
|
|
|
|
gem 'faker'
|
|
gem 'will_paginate_mongoid'
|
|
gem 'rdiscount'
|
|
gem 'nokogiri'
|
|
|
|
gem 'tire'
|
|
gem 'tire-contrib'
|
|
|
|
gem 'dalli'
|
|
|
|
gem 'rest-client'
|
|
|
|
group :test do
|
|
gem 'rspec'
|
|
gem 'rack-test', :require => "rack/test"
|
|
gem 'guard'
|
|
gem 'guard-unicorn'
|
|
gem 'simplecov', :require => false
|
|
end
|
|
|
|
gem 'newrelic_rpm'
|
|
gem 'unicorn'
|