Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dotenv requirement from ~> 2.8.0 to >= 2.8, < 3.2 #55

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dotenv requirement from ~> 2.8.0 to >= 2.8, < 3.2
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.1...v3.1.0)

---
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 Mar 1, 2024
commit 6739e1c20a77a1b805e77928e3be48a6c12cd0e5
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
gold_miner (0.1.0)
async (~> 2.6)
dotenv (~> 2.8.0)
dotenv (>= 2.8, < 3.2)
dry-monads (~> 1.6)
ruby-openai (~> 5.0)
slack-ruby-client (~> 2.x)
Expand All @@ -30,7 +30,7 @@ GEM
rexml
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv (3.1.0)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
Expand Down
2 changes: 1 addition & 1 deletion gold_miner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "async", "~> 2.6"
spec.add_dependency "dotenv", "~> 2.8.0"
spec.add_dependency "dotenv", ">= 2.8", "< 3.2"
spec.add_dependency "dry-monads", "~> 1.6"
spec.add_dependency "ruby-openai", "~> 5.0"
spec.add_dependency "slack-ruby-client", "~> 2.x"
Expand Down
Loading