Skip to content

Commit

Permalink
Update tzinfo requirement from = 2.0.4 to = 2.0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [tzinfo](https://github.com/tzinfo/tzinfo) to permit the latest version.
- [Release notes](https://github.com/tzinfo/tzinfo/releases)
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md)
- [Commits](tzinfo/tzinfo@v2.0.4...v2.0.6)

---
updated-dependencies:
- dependency-name: tzinfo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2023
1 parent 68a209a commit 5c12500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazylead.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tasks instead of solving technical problems."
s.add_runtime_dependency "sqlite3", "1.4.4"
s.add_runtime_dependency "tempfile", "0.1.2"
s.add_runtime_dependency "tilt", "2.0.10"
s.add_runtime_dependency "tzinfo", "2.0.4"
s.add_runtime_dependency "tzinfo", "2.0.6"
s.add_runtime_dependency "tzinfo-data", "1.2022.1"
s.add_runtime_dependency "vcs4sql", "0.1.1"
s.add_runtime_dependency "viewpoint", "1.1.1"
Expand Down

0 comments on commit 5c12500

Please sign in to comment.