Skip to content

Commit

Permalink
Merge pull request #5106 from braze-inc/version_update_202303
Browse files Browse the repository at this point in the history
  • Loading branch information
bre-fitzgerald authored Mar 24, 2023
2 parents 78b6e1f + 2b48215 commit 8bc36d1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 36 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source "https://rubygems.org"
ruby '~> 2.7.0'
gem "jekyll", "~> 4.2.2"
gem "jekyll", "~> 4.3.2"

gem 'sassc'
gem 'kramdown', ">= 2.3.1"
gem 'kramdown', ">= 2.4"
gem 'kramdown-parser-gfm'
gem 'rouge'
gem 'rack-jekyll'
Expand Down
67 changes: 37 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -39,65 +39,68 @@ GEM
ffi (1.15.5)
filesize (0.2.0)
forwardable-extended (2.6.0)
google-protobuf (3.22.2)
google-protobuf (3.22.2-x86_64-linux)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
jekyll_asset_pipeline (0.6.2)
jekyll (>= 3.5, < 5.0)
liquid (~> 4.0)
json (2.6.2)
json (2.6.3)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
nokogiri (1.13.10)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
progressbar (1.11.0)
public_suffix (5.0.0)
puma (5.6.5)
progressbar (1.13.0)
public_suffix (5.0.1)
puma (6.1.1)
nio4r (~> 2.0)
racc (1.6.1)
racc (1.6.2)
rack (2.2.6.4)
rack-jekyll (0.3.5)
jekyll
rack
rack-protection (3.0.4)
rack-protection (3.0.5)
rack
rack-proxy (0.7.4)
rack-proxy (0.7.6)
rack
rack-reverse-proxy (0.12.0)
rack (>= 1.0.0)
Expand All @@ -108,34 +111,38 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.30.0)
rouge (4.1.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.54.6)
google-protobuf (~> 3.19)
rake (>= 10.0.0)
sassc (2.4.0)
ffi (~> 1.9)
sinatra (3.0.4)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
rack-protection (= 3.0.5)
tilt (~> 2.0)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
tilt (2.0.11)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tilt (2.1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.8.0)
unicode-display_width (2.4.2)
verbal_expressions (0.1.5)
webrick (1.8.1)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
algolia_html_extractor!
jekyll (~> 4.2.2)
jekyll (~> 4.3.2)
jekyll-algolia (~> 1.0)!
jekyll_asset_pipeline
kramdown (>= 2.3.1)
kramdown (>= 2.4)
kramdown-parser-gfm
puma
rack
Expand Down
7 changes: 3 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,14 @@ algolia:
- searchable(channel)
searchableAttributes:
- article_title
- headings
- unordered(description)
- description
- search_rank
- nav_title
- Path_01
- url
- Path_01
- collection,tags
- content
- platform
- unordered(platform)
- channel
customRanking:
- desc(article_title)
Expand Down

0 comments on commit 8bc36d1

Please sign in to comment.