Skip to content

Commit

Permalink
#690: Update backtrace requirement from = 0.3 to = 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [backtrace](https://github.com/yegor256/backtrace) to permit the latest version.
- [Release notes](https://github.com/yegor256/backtrace/releases)
- [Commits](yegor256/backtrace@0.3.0...0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2023
1 parent 08dee04 commit 4a756b5
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 @@ -53,7 +53,7 @@ tasks instead of solving technical problems."
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[readme.md license.txt]
s.add_runtime_dependency "activerecord", "6.1.3"
s.add_runtime_dependency "backtrace", "0.3"
s.add_runtime_dependency "backtrace", "0.4.0"
s.add_runtime_dependency "colorize", "1.1.0"
s.add_runtime_dependency "faraday", "2.3.0"
s.add_runtime_dependency "get_process_mem", "0.2.7"
Expand Down

0 comments on commit 4a756b5

Please sign in to comment.