From 1a54942ebbfe9ebbfd32f4bc1687496641b92914 Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 28 May 2024 10:04:03 +0100 Subject: [PATCH] lint --- Gemfile | 2 +- app/models/validation.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index ec579dbbf..d9426d64c 100644 --- a/Gemfile +++ b/Gemfile @@ -62,10 +62,10 @@ gem "possessive" # Strip whitespace from active record attributes gem "auto_strip_attributes" # Use sidekiq for background processing +gem "ruby-openai" gem "sidekiq" gem "sidekiq-cron" gem "unread" -gem "ruby-openai" group :development, :test do # Check gems for known vulnerabilities diff --git a/app/models/validation.rb b/app/models/validation.rb index b50c7022b..172d31ebc 100644 --- a/app/models/validation.rb +++ b/app/models/validation.rb @@ -1,2 +1,2 @@ class Validation < ApplicationRecord -end \ No newline at end of file +end