From 7089bd597e0a8129231e968a6b7b992d7f8ab8b3 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 2 Sep 2022 16:08:09 +1000 Subject: [PATCH] Avoid loading view_component engine manually We load view_component in the application config and it should be automatic anyway. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e626686778..5e84b5cb31 100644 --- a/Gemfile +++ b/Gemfile @@ -131,7 +131,7 @@ gem 'flipper' gem 'flipper-active_record' gem 'flipper-ui' -gem "view_component", require: "view_component/engine" +gem "view_component" group :production, :staging do gem 'ddtrace'