From e03a2ecda3bafeb008554b8ac1d1dd47c87b1c8a Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell <aidan@cornelius-bell.com> Date: Sun, 15 Sep 2024 09:58:21 +0930 Subject: [PATCH] Remove sensitive information --- Gemfile | 3 +++ Gemfile.lock | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 895f6f5..586b800 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,7 @@ gem "redcarpet" gem "rouge" #html crawling gem "httparty" + # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # gem "kredis" @@ -39,6 +40,8 @@ group :development, :test do # Static analysis for security vulnerabilities [https://brakemanscanner.org/] gem "brakeman", require: false + + gem "dotenv" # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] gem "rubocop-rails-omakase", require: false diff --git a/Gemfile.lock b/Gemfile.lock index bc77713..8b2c738 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,6 +106,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) + dotenv (3.1.2) drb (2.2.1) erubi (1.13.0) globalid (1.2.1) @@ -315,6 +316,7 @@ DEPENDENCIES capybara debug devise + dotenv httparty kaminari mysql2 (~> 0.5) -- 2.39.5