Replace deprecated dotenv-rails gem with dotenv gem (#29173)

This commit is contained in:
Matt Jankowski
2024-04-19 10:25:14 -04:00
committed by GitHub
parent ec71c02c4b
commit f386eb6c63
3 changed files with 4 additions and 7 deletions

View File

@@ -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'