Merge branch 'master' of github.com:rll/cs_comments_service
Showing
source :rubygems | ||
ruby "1.9.3" | ||
gem 'pry' | ||
gem 'pry-nav' | ||
... | ... | @@ -12,7 +13,6 @@ gem 'sinatra' |
gem 'yajl-ruby' | ||
gem 'sqlite3' | ||
gem 'ampex' | ||
... | ... | @@ -22,14 +22,14 @@ gem 'mongoid', "~> 3.0" |
gem 'bson_ext' | ||
gem 'delayed_job' | ||
gem 'delayed_job_mongoid', :git => 'git@github.com:dementrock/delayed_job_mongoid.git' | ||
gem 'delayed_job_mongoid', :git => 'https://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_with_context', :git => 'git@github.com:dementrock/mongoid_taggable_with_context.git' | ||
gem 'mongoid_magic_counter_cache', :git => 'git@github.com:dementrock/mongoid-magic-counter-cache.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 => 'git@github.com:dementrock/kaminari.git' | ||
gem 'kaminari', :require => 'kaminari/sinatra', :git => 'https://github.com/dementrock/kaminari.git' | ||
gem 'faker' | ||
... | ... | @@ -47,3 +47,4 @@ group :test do |
gem 'rspec' | ||
gem 'rack-test', :require => "rack/test" | ||
end | ||
Gemfile.lock
0 → 100644
Procfile
0 → 100644
config.ru
0 → 100644
Please
register
or
sign in
to comment