aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-05-28 13:56:03 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2018-05-28 13:56:03 -0700
commita82623d7a05d2162f5a596e0e3804681d2cfb7eb (patch)
tree4680298e30190d92470207eedf1532ccd25cd58c
parentAdd arm64 column to "Available versions"/KEYWORDs table data (diff)
downloadpackages-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--Gemfile1
-rw-r--r--Gemfile.lock4
2 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 30cb961..88810ac 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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