Skip to content

Commit

Permalink
deps: update octokit requirement from ~> 4.21 to >= 4.21, < 6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [octokit](https://github.com/octokit/octokit.rb) to permit the latest version.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](octokit/octokit.rb@v4.25.1...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 13, 2022
1 parent 195143a commit cfbaba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
gitlab (~> 4.17)
google-cloud-storage (~> 1.31)
mini_mime (~> 1.1)
octokit (~> 4.21)
octokit (>= 4.21, < 6.0)
parallel (~> 1.20)
pastel (~> 0.8.0)
require_all (~> 3.0.0)
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.25.1)
octokit (5.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oj (3.13.13)
Expand Down
2 changes: 1 addition & 1 deletion allure-report-publisher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "gitlab", "~> 4.17"
spec.add_dependency "google-cloud-storage", "~> 1.31"
spec.add_dependency "mini_mime", "~> 1.1"
spec.add_dependency "octokit", "~> 4.21"
spec.add_dependency "octokit", ">= 4.21", "< 6.0"
spec.add_dependency "parallel", "~> 1.20"
spec.add_dependency "pastel", "~> 0.8.0"
spec.add_dependency "require_all", "~> 3.0.0"
Expand Down

0 comments on commit cfbaba7

Please sign in to comment.