Skip to content

Commit

Permalink
Bump dotenv from 2.8.1 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [dotenv](https://github.com/bkeepers/dotenv) from 2.8.1 to 3.0.2.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v2.8.1...v3.0.2)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent cc491c5 commit 0b66942
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 @@ -5,7 +5,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in dsu.gemspec
gemspec

gem 'dotenv', '~> 2.8', '>= 2.8.1'
gem 'dotenv', '~> 3.0'
gem 'factory_bot', '~> 6.3'
gem 'ffaker', '~> 2.21'
gem 'pry-byebug', '~> 3.9'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
connection_pool (2.4.1)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv (3.0.2)
drb (2.2.0)
ruby2_keywords
dry-configurable (1.1.0)
Expand Down Expand Up @@ -155,7 +155,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
dotenv (~> 2.8, >= 2.8.1)
dotenv (~> 3.0)
dsu!
factory_bot (~> 6.3)
ffaker (~> 2.21)
Expand Down

0 comments on commit 0b66942

Please sign in to comment.