diff --git a/Gemfile b/Gemfile index 6569355..1b7d4f0 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :test do end group :development, :test do - gem 'dotenv', '~> 3.1', '>= 3.1.2' + gem 'dotenv', '~> 3.1' gem 'factory_bot', '~> 6.3' gem 'ffaker', '~> 2.21' gem 'pry-byebug', '>= 3.9', '< 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0a22ca3..cb937eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM connection_pool (2.4.1) diff-lcs (1.5.1) docile (1.4.1) - dotenv (3.1.2) + dotenv (3.1.4) drb (2.2.1) dry-configurable (1.2.0) dry-core (~> 1.0, < 2) @@ -159,7 +159,7 @@ PLATFORMS DEPENDENCIES bundler (>= 2.5, < 3.0) - dotenv (~> 3.1, >= 3.1.2) + dotenv (~> 3.1) dsu! factory_bot (~> 6.3) ffaker (~> 2.21)