From 6d86d335b180d5864ee8e6612f482818f5127593 Mon Sep 17 00:00:00 2001 From: jordan-dr <126520221+jordan-dr@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:19:45 -0500 Subject: [PATCH] Update Gemfile --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 00248a1..8d2f41e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,8 @@ gem 'graphql' gem 'graphiql-rails', group: :development gem 'cancancan' +gem 'mongoid-history' + # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1.3", ">= 7.1.3.4"