From 3ce9431b6a82f89b053353015ac6a90f6c9620aa Mon Sep 17 00:00:00 2001 From: moveson Date: Mon, 16 Sep 2024 06:21:22 -0600 Subject: [PATCH] Add statistics gem --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 6e6bbfe36..7160f0eca 100644 --- a/Gemfile +++ b/Gemfile @@ -61,6 +61,7 @@ gem "sidekiq-cron" gem "sitemap_generator" gem "smarter_csv", require: false gem "sprockets-rails" +gem "statistics", "~> 1.0" gem "stimulus-rails" gem "strip_attributes" gem "structpluck" diff --git a/Gemfile.lock b/Gemfile.lock index 6677699d2..ef5d5e308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -520,6 +520,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) + statistics (1.0.0) stimulus-rails (1.3.4) railties (>= 6.0.0) strip_attributes (1.13.0) @@ -644,6 +645,7 @@ DEPENDENCIES spring spring-commands-rspec sprockets-rails + statistics (~> 1.0) stimulus-rails strip_attributes structpluck