]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Remove sensitive information
authorAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 00:28:21 +0000 (09:58 +0930)
committerAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 00:28:47 +0000 (09:58 +0930)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 895f6f5f357d6af7ede3d6f598b904aae48d1453..586b80006694c38800168ae6b7a022cb17c66d73 100644 (file)
--- 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
index bc777133129a3fbc14f60c3dab7b01710a1e6052..8b2c73854d39a92f8d4291e103efabcc41cd92de 100644 (file)
@@ -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)