Skip to content

Commit

Permalink
add algolia gem
Browse files Browse the repository at this point in the history
  • Loading branch information
cldougl committed Sep 4, 2017
1 parent bd71ce7 commit 14606f3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
algoliasearch (1.15.1)
httpclient (~> 2.8.3)
json (>= 1.5.1)
algoliasearch-jekyll (0.8.2)
algoliasearch (~> 1.4)
appraisal (~> 2.1.0)
awesome_print (~> 1.6)
json (>= 1.8.6)
nokogiri (~> 1.7, >= 1.7.2)
verbal_expressions (~> 0.1.5)
appraisal (2.1.0)
bundler
rake
thor (>= 0.14.0)
awesome_print (1.8.0)
byebug (9.0.6)
coderay (1.1.1)
coffee-script (2.4.1)
Expand Down Expand Up @@ -76,6 +91,7 @@ GEM
html-pipeline (2.6.0)
activesupport (>= 2)
nokogiri (>= 1.4)
httpclient (2.8.3)
i18n (0.8.4)
jekyll (3.4.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -156,6 +172,7 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0)
json (2.1.0)
kramdown (1.13.2)
liquid (3.0.6)
listen (3.0.6)
Expand All @@ -171,6 +188,10 @@ GEM
net-dns (0.8.0)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
nokogiri (1.7.2-x64-mingw32)
mini_portile2 (~> 2.1.0)
nokogiri (1.7.2-x86-mingw32)
mini_portile2 (~> 2.1.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
octopress (3.0.11)
Expand Down Expand Up @@ -214,20 +235,23 @@ GEM
slop (3.6.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.20.0)
thread_safe (0.3.6)
titlecase (0.1.1)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.3)
thread_safe (~> 0.1)
unicode-display_width (1.2.1)
verbal_expressions (0.1.5)

PLATFORMS
ruby
x64-mingw32
x86-mingw32

DEPENDENCIES
algoliasearch-jekyll (~> 0.8.2)
github-pages
jekyll-redirect-from
jekyll-sitemap
Expand Down

0 comments on commit 14606f3

Please sign in to comment.