Skip to content

Commit

Permalink
update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowigi committed Aug 5, 2023
1 parent a007ece commit c3b389e
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gem 'jekyll-toc'
gem 'jemoji'
gem 'kramdown-parser-gfm'
group :jekyll_plugins do
gem 'jekyll-algolia', '~> 1.0'
gem 'algolia', '~> 2.3', '>= 2.3.2'
end
41 changes: 19 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,33 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
algolia_html_extractor (2.6.4)
json (~> 2.0)
nokogiri (~> 1.10)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
algolia (2.3.2)
faraday (>= 0.15, < 3)
faraday-net_http_persistent (>= 0.15, < 3)
multi_json (~> 1.0)
net-http-persistent
colorator (1.1.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
ffi (1.15.5)
filesize (0.2.0)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (3.23.4)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
Expand All @@ -48,15 +53,6 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-algolia (1.7.1)
algolia_html_extractor (~> 2.6)
algoliasearch (~> 1.26)
filesize (~> 0.1)
jekyll (>= 3.6, < 5.0)
json (~> 2.0)
nokogiri (~> 1.6)
progressbar (~> 1.9)
verbal_expressions (~> 0.1.5)
jekyll-paginate (1.1.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
Expand All @@ -71,7 +67,6 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.6.3)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -83,12 +78,14 @@ GEM
mercenary (0.4.0)
mini_portile2 (2.8.4)
minitest (5.18.1)
multi_json (1.15.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
progressbar (1.13.0)
public_suffix (5.0.3)
racc (1.7.1)
rake (13.0.6)
Expand All @@ -97,6 +94,7 @@ GEM
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.2)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.64.0)
google-protobuf (~> 3.23)
Expand All @@ -106,15 +104,14 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
verbal_expressions (0.1.5)
webrick (1.8.1)

PLATFORMS
ruby

DEPENDENCIES
algolia (~> 2.3, >= 2.3.2)
jekyll (~> 4.0)
jekyll-algolia (~> 1.0)
jekyll-paginate
jekyll-sitemap
jekyll-toc
Expand All @@ -123,4 +120,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
1.17.3
2.4.18
Loading

0 comments on commit c3b389e

Please sign in to comment.