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 @@ -61,7 +61,7 @@ gem "jsonapi-serializer", "~> 2.2" # Serializer for Ruby objects
gem "kaminari", "~> 1.2" # A Scope and Engine based, clean, powerful, customizable and sophisticated paginator
gem "katex", "~> 0.9.0" # This rubygem enables you to render TeX math to HTML using KaTeX. It uses ExecJS under the hood
gem "liquid", "~> 5.4" # A secure, non-evaling end user template engine with aesthetic markup
gem "metainspector", "~> 5.12" # To get and parse website metadata for Open Graph rich objects
gem "metainspector", "~> 5.16" # To get and parse website metadata for Open Graph rich objects
gem "mini_magick", "~> 4.13" # Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
gem "nokogiri", "~> 1.13" # HTML, XML, SAX, and Reader parser
gem "octokit", "~> 5.2" # Simple wrapper for the GitHub API
Expand Down
49 changes: 26 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,26 +272,28 @@ GEM
i18n (>= 1.8.11, < 2)
fakeredis (0.8.0)
redis (~> 4.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-cookie_jar (0.0.7)
faraday (>= 0.8.0)
http-cookie (~> 1.0.0)
faraday-encoding (0.0.5)
faraday-encoding (0.0.6)
faraday
faraday-follow_redirects (0.3.0)
faraday-follow_redirects (0.4.0)
faraday (>= 1, < 3)
faraday-gzip (1.0.0)
faraday-gzip (2.0.1)
faraday (>= 1.0)
zlib (~> 2.1)
faraday-http-cache (2.5.0)
zlib (~> 3.0)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-net_http (3.1.0)
net-http
faraday-net_http (3.4.2)
net-http (~> 0.5)
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
faraday-retry (2.1.0)
faraday-retry (2.3.2)
faraday (~> 2.0)
fastimage (2.3.1)
fastly (3.0.2)
Expand Down Expand Up @@ -393,7 +395,7 @@ GEM
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-accept (1.7.0)
http-cookie (1.0.5)
http-cookie (1.0.8)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.3)
Expand Down Expand Up @@ -492,6 +494,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -506,26 +509,26 @@ GEM
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
memory_profiler (1.0.1)
metainspector (5.15.0)
metainspector (5.16.0)
addressable (~> 2.8.4)
faraday (~> 2.5)
faraday-cookie_jar (~> 0.0)
faraday-encoding (~> 0.0)
faraday-follow_redirects (~> 0.3)
faraday-gzip (>= 0.1, < 2.0)
faraday-gzip (>= 0.1, < 3.0)
faraday-http-cache (~> 2.5)
faraday-retry (~> 2.0)
fastimage (~> 2.2)
nesty (~> 1.0)
nokogiri (~> 1.13)
nokogiri (~> 1.18.8)
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0305)
mini_histogram (0.3.1)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
mini_portile2 (2.8.9)
minitest (5.25.4)
modis (4.0.1)
activemodel (>= 5.2)
Expand All @@ -542,7 +545,7 @@ GEM
naught (1.1.0)
nenv (0.3.0)
nesty (1.0.2)
net-http (0.4.1)
net-http (0.7.0)
uri
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
Expand All @@ -559,14 +562,14 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.0)
nokogiri (1.16.5)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
nokogiri (1.18.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -946,7 +949,7 @@ GEM
unaccent (0.4.0)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
uri (0.13.0)
uri (1.1.1)
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
Expand Down Expand Up @@ -985,7 +988,7 @@ GEM
yard-activesupport-concern (0.0.1)
yard (>= 0.8)
zeitwerk (2.6.13)
zlib (2.1.1)
zlib (3.2.2)
zonebie (0.6.1)

PLATFORMS
Expand Down Expand Up @@ -1072,7 +1075,7 @@ DEPENDENCIES
liquid (~> 5.4)
listen (~> 3.7)
memory_profiler (~> 1.0)
metainspector (~> 5.12)
metainspector (~> 5.16)
mini_magick (~> 4.13)
nakayoshi_fork (~> 0.0.4)
nokogiri (~> 1.13)
Expand Down
Binary file added vendor/cache/faraday-2.14.0.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-2.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-encoding-0.0.5.gem
Binary file not shown.
Binary file added vendor/cache/faraday-encoding-0.0.6.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-follow_redirects-0.3.0.gem
Binary file not shown.
Binary file added vendor/cache/faraday-follow_redirects-0.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-gzip-1.0.0.gem
Binary file not shown.
Binary file added vendor/cache/faraday-gzip-2.0.1.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-http-cache-2.5.0.gem
Binary file not shown.
Binary file added vendor/cache/faraday-http-cache-2.5.1.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-net_http-3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/faraday-net_http-3.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-retry-2.1.0.gem
Binary file not shown.
Binary file added vendor/cache/faraday-retry-2.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/http-cookie-1.0.5.gem
Binary file not shown.
Binary file added vendor/cache/http-cookie-1.0.8.gem
Binary file not shown.
Binary file added vendor/cache/logger-1.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/metainspector-5.15.0.gem
Binary file not shown.
Binary file added vendor/cache/metainspector-5.16.0.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.8.8.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.9.gem
Binary file not shown.
Binary file removed vendor/cache/net-http-0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/net-http-0.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.16.5-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.16.5-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.16.5-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.16.5.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.18.10-arm64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.18.10-x86_64-darwin.gem
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.18.10.gem
Binary file not shown.
Binary file removed vendor/cache/uri-0.13.0.gem
Binary file not shown.
Binary file added vendor/cache/uri-1.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/zlib-2.1.1.gem
Binary file not shown.
Binary file added vendor/cache/zlib-3.2.2.gem
Binary file not shown.
Loading