summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2024-04-19 10:25:14 -0400
committerGitHub <noreply@github.com>2024-04-19 14:25:14 +0000
commitf386eb6c6300440cd96e47af4b19481d2ee2f219 (patch)
treee7fae006153e8fefb8c290070f1625610637e6f9 /Gemfile
parentec71c02c4b028c3541742f023729aeb295a51559 (diff)
Replace deprecated `dotenv-rails` gem with `dotenv` gem (#29173)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3361f2dc339..3f621ddc52c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem 'thor', '~> 1.2'
# For why irb is in the Gemfile, see: https://ruby.social/@st0012/111444685161478182
gem 'irb', '~> 1.8'
-gem 'dotenv-rails', '~> 2.8'
+gem 'dotenv'
gem 'haml-rails', '~>2.0'
gem 'pg', '~> 1.5'
gem 'pghero'