46 строки
900 B
Ruby
46 строки
900 B
Ruby
source :rubygems
|
|
|
|
gem 'pry'
|
|
gem 'pry-nav'
|
|
gem 'debugger'
|
|
|
|
gem 'bundler'
|
|
|
|
gem 'rake'
|
|
|
|
gem 'sinatra'
|
|
|
|
gem 'yajl-ruby'
|
|
|
|
gem 'sqlite3'
|
|
|
|
gem 'ampex'
|
|
|
|
gem 'mongo'
|
|
gem 'moped'
|
|
gem 'mongoid', "~> 3.0"
|
|
gem 'bson_ext'
|
|
|
|
gem 'delayed_job'
|
|
gem 'delayed_job_mongoid', :git => 'git@github.com:dementrock/delayed_job_mongoid.git'
|
|
|
|
gem 'mongoid-tree', :git => 'git@github.com:dementrock/mongoid-tree.git'
|
|
gem 'voteable_mongo', :git => 'git@github.com:dementrock/voteable_mongo.git'
|
|
gem 'mongoid_taggable', :git => 'git@github.com:dementrock/mongoid_taggable.git'
|
|
gem 'mongoid_magic_counter_cache', :git => 'git@github.com:dementrock/mongoid-magic-counter-cache.git'
|
|
|
|
gem 'kaminari', :require => 'kaminari/sinatra', :git => 'git@github.com:dementrock/kaminari.git'
|
|
|
|
gem 'faker'
|
|
|
|
gem 'rdiscount'
|
|
gem 'nokogiri'
|
|
|
|
gem 'tire'
|
|
gem 'tire-contrib'
|
|
|
|
group :test do
|
|
gem 'rspec'
|
|
gem 'rack-test', :require => "rack/test"
|
|
end
|