diff options
author | 2015-12-31 16:22:25 +0100 | |
---|---|---|
committer | 2015-12-31 16:22:25 +0100 | |
commit | 9f2fb24b5c8f8aee3ad33c209e5d7caa2c0946ca (patch) | |
tree | f3fee798685e976841dd10bc4df6947daa9fd299 | |
parent | Fix typo in production env config (diff) | |
download | glsamaker-9f2fb24b5c8f8aee3ad33c209e5d7caa2c0946ca.tar.gz glsamaker-9f2fb24b5c8f8aee3ad33c209e5d7caa2c0946ca.tar.bz2 glsamaker-9f2fb24b5c8f8aee3ad33c209e5d7caa2c0946ca.zip |
Update thinking-sphinx
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -42,7 +42,7 @@ gem 'nokogiri' gem 'text-format-revised', require: 'text/format' gem 'kramdown' -gem 'thinking-sphinx', '~> 3.0.2' +gem 'thinking-sphinx', '~> 3.1.4' gem 'runspell' # gem "rdoc" diff --git a/Gemfile.lock b/Gemfile.lock index 7f6394a..03c3d96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,6 +68,8 @@ GEM domain_name (~> 0.5) i18n (0.7.0) innertube (1.1.0) + joiner (0.3.4) + activerecord (>= 4.1.0) json (1.8.3) kramdown (1.9.0) loofah (2.0.3) @@ -167,12 +169,13 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (~> 1.0) - thinking-sphinx (3.0.6) + thinking-sphinx (3.1.4) 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.5) tzinfo (1.2.2) @@ -203,4 +206,4 @@ DEPENDENCIES simplecov text-format-revised thin - thinking-sphinx (~> 3.0.2) + thinking-sphinx (~> 3.1.4) |