Skip to content

Commit

Permalink
Update rdoc requirement from = 6.3.1 to = 6.3.2
Browse files Browse the repository at this point in the history
Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version.
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.3.1...v6.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2021
1 parent 258acf3 commit d2a0832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lazylead.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tasks instead of solving technical problems."
s.add_runtime_dependency "activerecord", "6.1.3"
s.add_runtime_dependency "backtrace", "0.3"
s.add_runtime_dependency "colorize", "0.8.1"
s.add_runtime_dependency "faraday", "1.4.3"
s.add_runtime_dependency "faraday", "1.5.0"
s.add_runtime_dependency "get_process_mem", "0.2.7"
s.add_runtime_dependency "inifile", "3.0.0"
s.add_runtime_dependency "jira-ruby", "2.1.5"
Expand Down Expand Up @@ -89,7 +89,7 @@ tasks instead of solving technical problems."
s.add_development_dependency "net-ping", "2.0.8"
s.add_development_dependency "rake", "13.0.3"
s.add_development_dependency "random-port", "0.5.1"
s.add_development_dependency "rdoc", "6.3.1"
s.add_development_dependency "rdoc", "6.3.2"
s.add_development_dependency "rubocop", "1.18.2"
s.add_development_dependency "rubocop-minitest", "0.13.0"
s.add_development_dependency "rubocop-performance", "1.11.3"
Expand Down

0 comments on commit d2a0832

Please sign in to comment.