diff --git a/Gemfile b/Gemfile index c46392c5..5e42060c 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'yaaf', '~> 3.0' group :development, :test do gem 'annotate', '~> 3.2', '>= 3.0.3' - gem 'dotenv-rails', '~> 3.1.2' + gem 'dotenv-rails', '~> 3.1.4' gem 'factory_bot_rails', '~> 6.4' gem 'faker', '~> 3.4' gem 'pry-byebug', '~> 3.9', platform: :mri diff --git a/Gemfile.lock b/Gemfile.lock index 0ca8aee9..48fd1376 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,9 +183,9 @@ GEM warden (~> 1.2.3) diff-lcs (1.5.1) docile (1.4.1) - dotenv (3.1.2) - dotenv-rails (3.1.2) - dotenv (= 3.1.2) + dotenv (3.1.4) + dotenv-rails (3.1.4) + dotenv (= 3.1.4) railties (>= 6.1) draper (4.0.2) actionpack (>= 5.0) @@ -604,7 +604,7 @@ GEM yaaf (3.0.2) activemodel (>= 5.2) activerecord (>= 5.2) - zeitwerk (2.7.0) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-22 @@ -626,7 +626,7 @@ DEPENDENCIES delayed_job_active_record (~> 4.1) devise (~> 4.9) devise_token_auth! - dotenv-rails (~> 3.1.2) + dotenv-rails (~> 3.1.4) draper (~> 4.0, >= 4.0.1) factory_bot_rails (~> 6.4) faker (~> 3.4)