Skip to content

Commit

Permalink
Update dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Aug 3, 2024
1 parent 82e7296 commit f0715cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ group :test do
end

group :development, :test do
gem 'dotenv', '>= 2.8', '< 3.0'
gem 'dotenv', '>= 2.8', '< 4.0'
gem 'factory_bot', '~> 6.3'
gem 'ffaker', '~> 2.21'
gem 'pry-byebug', '>= 3.9', '< 4.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
connection_pool (2.4.1)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv (3.1.2)
drb (2.2.1)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
Expand Down Expand Up @@ -166,7 +166,7 @@ PLATFORMS

DEPENDENCIES
bundler (>= 2.5, < 3.0)
dotenv (>= 2.8, < 3.0)
dotenv (>= 2.8, < 4.0)
dsu!
factory_bot (~> 6.3)
ffaker (~> 2.21)
Expand Down

0 comments on commit f0715cd

Please sign in to comment.