Skip to content

Commit

Permalink
Update dotenv requirement from ~> 2.8.0 to ~> 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [dotenv](https://github.com/bkeepers/dotenv) to permit the latest version.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v2.8.0...v3.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidwessman committed Feb 13, 2024
1 parent a62b324 commit c1003a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blinka_reporter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |gem|
gem.require_path = ["lib"]

gem.add_dependency("ox", "~> 2")
gem.add_development_dependency("dotenv", "~> 2.8.0")
gem.add_development_dependency("dotenv", "~> 3.0.0")
gem.add_development_dependency("minitest", "~> 5.0")
gem.add_development_dependency("mocha", "~> 2.0")
gem.add_development_dependency("rake", "~> 13")
Expand Down

0 comments on commit c1003a6

Please sign in to comment.