Skip to content

Commit

Permalink
chore(deps): Bump octokit from 9.1.0 to 9.2.0
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.rb) from 9.1.0 to 9.2.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](octokit/octokit.rb@v9.1.0...v9.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 8464572 commit f052ff3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "kramdown"
gem "rake"
## To retrieve a list of contributors from GitHub
gem "faraday-retry", "~> 2.2"
gem "octokit", "~> 9.1"
gem "octokit", "~> 9.2"
## To generate ERB files from ronn files from rubygems/rubygems
gem "nronn"
## To strip (man:strip_pages)
Expand Down
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
Expand All @@ -81,9 +81,11 @@ GEM
ruby2_keywords
erubis (2.7.0)
execjs (2.9.1)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
Expand Down Expand Up @@ -119,6 +121,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
memoist (0.16.2)
method_source (1.0.0)
middleman-blog (4.0.3)
Expand Down Expand Up @@ -148,7 +151,7 @@ GEM
kramdown-parser-gfm (>= 1.0.1, < 1.2)
mustache (~> 1.0)
nokogiri (~> 1.10, >= 1.10.10)
octokit (9.1.0)
octokit (9.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oj (3.16.3)
Expand All @@ -172,7 +175,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
public_suffix (5.1.1)
public_suffix (6.0.1)
racc (1.8.1)
rack (2.2.8.1)
rainbow (3.1.1)
Expand Down Expand Up @@ -228,7 +231,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.0)
uri (0.13.1)
webrick (1.8.2)

PLATFORMS
Expand All @@ -249,7 +252,7 @@ DEPENDENCIES
middleman-syntax
nokogiri (~> 1.16)
nronn
octokit (~> 9.1)
octokit (~> 9.2)
pry-byebug
rake
rubocop
Expand Down

0 comments on commit f052ff3

Please sign in to comment.