Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Update ruby dependencies
Browse files Browse the repository at this point in the history
Upgrades the broken whatsup_github gem
  • Loading branch information
dshevtsov committed Jan 4, 2023
1 parent 416ef7c commit 5db123b
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
exifr (1.3.10)
faraday (2.7.1)
faraday (2.7.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
filesize (0.2.0)
forwardable-extended (2.6.0)
fspath (3.1.2)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x86_64-darwin)
html-proofer (4.4.3)
addressable (~> 2.3)
mercenary (~> 0.3)
Expand All @@ -54,10 +56,10 @@ GEM
image_size (>= 1.5, < 4)
in_threads (~> 1.3)
progress (~> 3.0, >= 3.0.1)
image_optim_pack (0.9.1.20221210)
image_optim_pack (0.9.1.20221226)
fspath (>= 2.1, < 4)
image_optim (~> 0.19)
image_optim_pack (0.9.1.20221210-x86_64-darwin)
image_optim_pack (0.9.1.20221226-x86_64-darwin)
fspath (>= 2.1, < 4)
image_optim (~> 0.19)
image_size (3.2.0)
Expand Down Expand Up @@ -93,8 +95,8 @@ GEM
jekyll (>= 3.3, < 5.0)
jekyll-relative-links (0.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-titles-from-headings (0.5.3)
Expand All @@ -106,8 +108,8 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
launchy (2.5.0)
addressable (~> 2.7)
launchy (2.5.2)
addressable (~> 2.8)
liquid (4.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -119,7 +121,7 @@ GEM
mixlib-config (>= 2.2.1, < 4)
mixlib-shellout
mercenary (0.4.0)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
mixlib-cli (2.1.8)
mixlib-config (3.0.27)
tomlrb
Expand All @@ -131,7 +133,7 @@ GEM
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
octokit (4.25.1)
octokit (6.0.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.22.1)
Expand All @@ -140,18 +142,21 @@ GEM
progress (3.6.0)
progressbar (1.11.0)
public_suffix (5.0.1)
racc (1.6.1)
racc (1.6.2)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.0.0)
rouge (4.0.1)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.57.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-embedded (1.57.1-x86_64-darwin)
google-protobuf (~> 3.21)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -161,14 +166,14 @@ GEM
tomlrb (2.0.3)
typhoeus (1.4.0)
ethon (>= 0.9.0)
unicode-display_width (2.3.0)
unicode-display_width (2.4.2)
verbal_expressions (0.1.5)
wdm (0.1.1)
webrick (1.7.0)
whatsup_github (0.4.2)
whatsup_github (0.5.0)
netrc (~> 0.11)
octokit (~> 4.20)
thor (~> 1.1)
octokit (~> 6.0)
thor (~> 1.2)
yell (2.2.2)
zeitwerk (2.6.6)

Expand Down

0 comments on commit 5db123b

Please sign in to comment.