Skip to content

Commit

Permalink
update to thinking-sphinx 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srgpqt committed Dec 14, 2014
1 parent ddb9215 commit 346fec4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "mysql2", ">= 0.3.14"
# NOTE: If you use PostgreSQL, you must still leave enabled the above mysql2
# 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 "jquery-rails"
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ GEM
htmlentities (4.3.2)
i18n (0.6.11)
innertube (1.1.0)
joiner (0.2.0)
activerecord (>= 3.1.0, < 4.1.0)
jquery-rails (3.1.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -107,12 +109,13 @@ GEM
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.9)
thinking-sphinx (3.0.6)
thinking-sphinx (3.1.2)
activerecord (>= 3.1.0)
builder (>= 2.1.2)
innertube (>= 1.0.2)
joiner (>= 0.2.0)
middleware (>= 0.1.0)
riddle (>= 1.5.9)
riddle (>= 1.5.11)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
Expand Down Expand Up @@ -147,6 +150,6 @@ DEPENDENCIES
rdiscount
rspec-rails (~> 2.6)
sqlite3
thinking-sphinx (~> 3.0.6)
thinking-sphinx (~> 3.1.2)
uglifier (>= 1.3.0)
unicorn

0 comments on commit 346fec4

Please sign in to comment.