Skip to content

Commit

Permalink
Silence some warnings from octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 2, 2024
1 parent e1dd1f3 commit d1fb22b
Show file tree
Hide file tree
Showing 5 changed files with 710 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ gem "sorbet-runtime"

# For automatic creation of github issues when scrapers are broken
gem "octokit"
# Just including faraday-multipart and faraday-retry to keep octokit quiet
gem "faraday-multipart"
gem "faraday-retry"

# For rendering json output
gem "jb"
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,14 @@ GEM
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.1.1)
net-http
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
faraday-retry (1.0.3)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
Expand Down Expand Up @@ -375,6 +378,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mutex_m (0.2.0)
nenv (0.3.0)
net-http (0.4.1)
Expand Down Expand Up @@ -778,7 +782,9 @@ DEPENDENCIES
erb_lint
factory_bot
factory_bot_rails
faraday-multipart
faraday-net_http_persistent
faraday-retry
flipper
flipper-redis
flipper-ui
Expand Down
259 changes: 259 additions & 0 deletions sorbet/rbi/gems/[email protected]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d1fb22b

Please sign in to comment.