Browse Source

lint

pull/2438/head
Kat 2 years ago
parent
commit
1a54942ebb
  1. 2
      Gemfile
  2. 2
      app/models/validation.rb

2
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

2
app/models/validation.rb

@ -1,2 +1,2 @@
class Validation < ApplicationRecord
end
end

Loading…
Cancel
Save