From 9195f8613b7df854eb0cd454bcc4bf47b7d7ab12 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Sun, 17 Mar 2019 13:25:55 -0400 Subject: [PATCH] Gemfile.lock: Bump ransack to fix boot-time errors See: https://github.com/activerecord-hackery/ransack/issues/987 and https://github.com/activerecord-hackery/ransack/pull/985 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ce39a7a6..55b9f1ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,7 +274,7 @@ GEM thor (>= 0.19.0, < 2.0) rake (12.3.2) rakismet (1.5.4) - ransack (2.1.0) + ransack (2.1.1) actionpack (>= 5.0) activerecord (>= 5.0) activesupport (>= 5.0)