Merge branch 'elasticsearch'
Showing
... | @@ -29,10 +29,6 @@ gem 'voteable_mongo', :git => 'git@github.com:dementrock/voteable_mongo.git' | ... | @@ -29,10 +29,6 @@ gem 'voteable_mongo', :git => 'git@github.com:dementrock/voteable_mongo.git' |
gem 'mongoid_taggable', :git => 'git@github.com:dementrock/mongoid_taggable.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 'mongoid_magic_counter_cache', :git => 'git@github.com:dementrock/mongoid-magic-counter-cache.git' | ||
gem 'sunspot' | |||
gem 'sunspot_solr' | |||
gem 'sunspot_mongoid', :git => 'git@github.com:dementrock/sunspot_mongoid.git' | |||
gem 'kaminari', :require => 'kaminari/sinatra', :git => 'git@github.com:dementrock/kaminari.git' | gem 'kaminari', :require => 'kaminari/sinatra', :git => 'git@github.com:dementrock/kaminari.git' | ||
gem 'faker' | gem 'faker' | ||
... | @@ -40,6 +36,8 @@ gem 'faker' | ... | @@ -40,6 +36,8 @@ gem 'faker' |
gem 'rdiscount' | gem 'rdiscount' | ||
gem 'nokogiri' | gem 'nokogiri' | ||
gem 'tire' | |||
group :test do | group :test do | ||
gem 'rspec' | gem 'rspec' | ||
gem 'rack-test', :require => "rack/test" | gem 'rack-test', :require => "rack/test" | ||
... | ... |
Please
register
or
sign in
to comment