Replace deprecated dotenv-rails
gem with dotenv
gem (#29173)
This commit is contained in:
parent
ec71c02c4b
commit
f386eb6c63
3 changed files with 4 additions and 7 deletions
2
Gemfile
2
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue