diff --git a/Gemfile b/Gemfile index 295dbfe3..f916ad5b 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index c64fea74..b2911c9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -378,7 +375,7 @@ DEPENDENCIES bullet byebug devise - dotenv-rails + dotenv hashid-rails jquery-rails listen