Skip to content

Commit

Permalink
fix: Update Ruby Gems
Browse files Browse the repository at this point in the history
  • Loading branch information
azizur committed Aug 31, 2024
1 parent e0dfe4f commit c2aca12
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
activesupport (7.2.0)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand All @@ -16,11 +16,10 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
async (2.11.0)
console (~> 1.25, >= 1.25.2)
async (2.16.1)
console (~> 1.26)
fiber-annotation
io-event (~> 1.5, >= 1.5.1)
timers (~> 4.1)
io-event (~> 1.6, >= 1.6.5)
base64 (0.2.0)
bigdecimal (3.1.8)
coffee-script (2.4.1)
Expand All @@ -31,7 +30,7 @@ GEM
commonmarker (0.23.10)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
console (1.25.2)
console (1.27.0)
fiber-annotation
fiber-local (~> 1.1)
json
Expand All @@ -46,10 +45,10 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
logger
faraday-net_http (3.1.1)
faraday-net_http (3.3.0)
net-http
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm-linux-gnu)
Expand All @@ -60,7 +59,7 @@ GEM
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (0.1.1)
fiber-storage (1.0.0)
forwardable-extended (2.6.0)
gemoji (4.1.0)
github-pages (232)
Expand Down Expand Up @@ -131,7 +130,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-event (1.5.1)
io-event (1.6.5)
jekyll (3.10.0)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -257,7 +256,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.24.1)
minitest (5.25.1)
net-http (0.4.1)
uri
nokogiri (1.16.7-aarch64-linux)
Expand Down Expand Up @@ -308,18 +307,17 @@ GEM
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
timers (4.3.5)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
uri (0.13.1)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.15)
zeitwerk (2.6.17)

PLATFORMS
aarch64-linux
Expand All @@ -334,4 +332,4 @@ DEPENDENCIES
html-proofer

BUNDLED WITH
2.5.11
2.5.18

0 comments on commit c2aca12

Please sign in to comment.