Skip to content

Commit

Permalink
feat(deps): update dry-configurable requirement from ~> 0.14 to >= 0.…
Browse files Browse the repository at this point in the history
…14, < 2.0

Updates the requirements on [dry-configurable](https://github.com/dry-rb/dry-configurable) to permit the latest version.
- [Release notes](https://github.com/dry-rb/dry-configurable/releases)
- [Changelog](https://github.com/dry-rb/dry-configurable/blob/main/CHANGELOG.md)
- [Commits](dry-rb/dry-configurable@v0.16.1...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2023
1 parent 0a2e02b commit 46f4548
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
http-auth0 (1.0.0.rc1)
activesupport (>= 5.2)
dry-configurable (~> 0.14)
dry-configurable (>= 0.14, < 2.0)
jwt (>= 2.3, < 2.8)

GEM
Expand All @@ -27,10 +27,10 @@ GEM
rexml
diff-lcs (1.5.0)
docile (1.4.0)
dry-configurable (0.16.1)
dry-core (~> 0.6)
dry-configurable (1.0.1)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (0.9.1)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
faker (3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion http-auth0.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["LICENSE.md", "README.md"]

s.add_dependency("activesupport", ">= 5.2")
s.add_dependency("dry-configurable", "~> 0.14")
s.add_dependency("dry-configurable", ">= 0.14", "< 2.0")
s.add_dependency("jwt", ">= 2.3", "< 2.8")

s.add_development_dependency("faraday", "~> 2.0")
Expand Down

0 comments on commit 46f4548

Please sign in to comment.