From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 00:28:21 +0000 (+0930) Subject: Remove sensitive information X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=e03a2ecda3bafeb008554b8ac1d1dd47c87b1c8a;p=arelpe.git Remove sensitive information --- 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)