update to thinking-sphinx 3.1.2

This commit is contained in:
Serge Paquet 2014-12-13 23:43:20 -05:00
parent ddb9215aa0
commit 346fec4ef9
2 changed files with 7 additions and 4 deletions

View file

@ -12,7 +12,7 @@ gem "mysql2", ">= 0.3.14"
# NOTE: If you use PostgreSQL, you must still leave enabled the above mysql2 # NOTE: If you use PostgreSQL, you must still leave enabled the above mysql2
# gem for Sphinx full text search to function. # gem for Sphinx full text search to function.
gem "thinking-sphinx", "~> 3.0.6" gem "thinking-sphinx", "~> 3.1.2"
gem "uglifier", ">= 1.3.0" gem "uglifier", ">= 1.3.0"
gem "jquery-rails" gem "jquery-rails"

View file

@ -43,6 +43,8 @@ GEM
htmlentities (4.3.2) htmlentities (4.3.2)
i18n (0.6.11) i18n (0.6.11)
innertube (1.1.0) innertube (1.1.0)
joiner (0.2.0)
activerecord (>= 3.1.0, < 4.1.0)
jquery-rails (3.1.1) jquery-rails (3.1.1)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
@ -107,12 +109,13 @@ GEM
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (~> 2.8) sprockets (~> 2.8)
sqlite3 (1.3.9) sqlite3 (1.3.9)
thinking-sphinx (3.0.6) thinking-sphinx (3.1.2)
activerecord (>= 3.1.0) activerecord (>= 3.1.0)
builder (>= 2.1.2) builder (>= 2.1.2)
innertube (>= 1.0.2) innertube (>= 1.0.2)
joiner (>= 0.2.0)
middleware (>= 0.1.0) middleware (>= 0.1.0)
riddle (>= 1.5.9) riddle (>= 1.5.11)
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.4) thread_safe (0.3.4)
tilt (1.4.1) tilt (1.4.1)
@ -147,6 +150,6 @@ DEPENDENCIES
rdiscount rdiscount
rspec-rails (~> 2.6) rspec-rails (~> 2.6)
sqlite3 sqlite3
thinking-sphinx (~> 3.0.6) thinking-sphinx (~> 3.1.2)
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
unicorn unicorn