diff options
author | Alex Legler <alex@a3li.li> | 2011-08-30 15:05:11 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2011-08-30 15:05:11 +0200 |
commit | 236399098d337f38727745b09daafba2d6130769 (patch) | |
tree | 8efcb0c9a059a7bcaeac174ae9b36ba0f6fce202 /Gemfile | |
parent | Replacing the (hopefully) last instances of #find with #where (diff) | |
download | glsamaker-236399098d337f38727745b09daafba2d6130769.tar.gz glsamaker-236399098d337f38727745b09daafba2d6130769.tar.bz2 glsamaker-236399098d337f38727745b09daafba2d6130769.zip |
Adding basic search functionality with ThinkingSphinx
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,6 +28,7 @@ gem 'capistrano' group :development do # To use debugger gem 'ruby-debug' + gem 'require_relative' end gem "mechanize" @@ -36,10 +37,12 @@ gem "diff-lcs", :require => "diff/lcs" gem "nokogiri" gem "text-format", :require => "text/format" +gem "thinking-sphinx", "=2.0.7" + # gem "rdoc" group :test do gem "rcov" gem "ci_reporter" gem "rspec" -end
\ No newline at end of file +end |