Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

# Development
group :development do
gem "faraday-retry", "~> 2.0"
gem "faraday-retry", "~> 2.3"
# gem "webrick", "~> 1.8"
# Troubleshooting Jekyll errors
# See <https://primer.style/css/getting-started#troubleshooting-jekyll-errors>
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.10.0)
faraday (2.13.0)
faraday (2.13.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
faraday-net_http (3.4.1)
net-http (>= 0.5.0)
faraday-retry (2.3.1)
faraday-retry (2.3.2)
faraday (~> 2.0)
ffi (1.17.2-aarch64-linux-gnu)
ffi (1.17.2-aarch64-linux-musl)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.10.2)
json (2.12.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -306,7 +306,7 @@ PLATFORMS

DEPENDENCIES
csv (~> 3.3)
faraday-retry (~> 2.0)
faraday-retry (~> 2.3)
github-pages (~> 232)
http_parser.rb (~> 0.6.0)
jekyll (~> 3.10.0)
Expand Down