Skip to content

Commit

Permalink
Replace superfluous dotenv-rails gem with dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
olliebennett committed Apr 15, 2024
1 parent 90aa4a9 commit 98933a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'byebug', platform: :mri, group: %i[development test]
gem 'devise'

# Load '.env' file into ENV
gem 'dotenv-rails', groups: %i[development test]
gem 'dotenv', groups: %i[development test]

# Replace raw numeric IDs with short unique ids
gem 'hashid-rails'
Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ GEM
diff-lcs (1.5.0)
domain_name (0.6.20240107)
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
drb (2.2.1)
erubi (1.12.0)
ffi (1.16.3)
Expand Down Expand Up @@ -378,7 +375,7 @@ DEPENDENCIES
bullet
byebug
devise
dotenv-rails
dotenv
hashid-rails
jquery-rails
listen
Expand Down

0 comments on commit 98933a0

Please sign in to comment.