Skip to content

Commit

Permalink
Bump octokit from 6.1.0 to 6.1.1 in /updater (dependabot#7036)
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.rb) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](octokit/octokit.rb@v6.1.0...v6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent 061b984 commit d276e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "dependabot-python", path: "../python"
gem "dependabot-terraform", path: "../terraform"

gem "http", "~> 5.1"
gem "octokit", "6.1.0"
gem "octokit", "6.1.1"
gem "sentry-raven", "~> 3.1"
gem "terminal-table", "~> 3.0.2"

Expand Down
6 changes: 3 additions & 3 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
aws-eventstream (1.2.0)
Expand Down Expand Up @@ -208,7 +208,7 @@ GEM
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (6.1.0)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.22.1)
Expand Down Expand Up @@ -308,7 +308,7 @@ DEPENDENCIES
dependabot-terraform!
http (~> 5.1)
licensed (~> 4.3)
octokit (= 6.1.0)
octokit (= 6.1.1)
rspec (~> 3.12)
rubocop (~> 1.48.0)
rubocop-performance (~> 1.16.0)
Expand Down

0 comments on commit d276e81

Please sign in to comment.