diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-05-28 13:56:03 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-05-28 13:56:03 -0700 |
commit | a82623d7a05d2162f5a596e0e3804681d2cfb7eb (patch) | |
tree | 4680298e30190d92470207eedf1532ccd25cd58c | |
parent | Add arm64 column to "Available versions"/KEYWORDs table data (diff) | |
download | packages-5-a82623d7a05d2162f5a596e0e3804681d2cfb7eb.tar.gz packages-5-a82623d7a05d2162f5a596e0e3804681d2cfb7eb.tar.bz2 packages-5-a82623d7a05d2162f5a596e0e3804681d2cfb7eb.zip |
Gemfile: attempt to fix weird error from towheesafe-20180528T205603Zsafe
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -34,6 +34,7 @@ gem 'thin' gem 'sinatra', require: false gem 'sidekiq', require: false +gem 'did_you_mean', '1.0.2', require: false # Sidekiq missing dep gem 'rdiscount' diff --git a/Gemfile.lock b/Gemfile.lock index 001d540..42e14d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,6 +54,7 @@ GEM debug_inspector (0.0.3) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) + did_you_mean (1.0.2) elasticsearch (5.0.4) elasticsearch-api (= 5.0.4) elasticsearch-transport (= 5.0.4) @@ -213,6 +214,7 @@ PLATFORMS DEPENDENCIES byebug + did_you_mean (= 1.0.2) elasticsearch-persistence elasticsearch-rails git @@ -235,4 +237,4 @@ DEPENDENCIES web-console (~> 2.0) BUNDLED WITH - 1.11.2 + 1.14.6 |