Skip to content

Commit

Permalink
Merge branch 'master' into removes-elastica-ignores-413
Browse files Browse the repository at this point in the history
  • Loading branch information
andriitserkovnyi authored Nov 30, 2023
2 parents 8e27930 + ff990b4 commit a9869b3
Show file tree
Hide file tree
Showing 2,811 changed files with 311,379 additions and 33,639 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- run: bundle exec jekyll build --config=_config.yml,_config_production.yml -t
Expand All @@ -39,12 +39,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- name: Cache HTMLProofer
Expand All @@ -67,12 +67,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- name: Cache HTMLProofer
Expand All @@ -95,12 +95,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- name: Cache HTMLProofer
Expand All @@ -123,12 +123,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- name: Cache HTMLProofer
Expand All @@ -151,12 +151,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- name: Cache HTMLProofer
Expand All @@ -179,12 +179,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- name: Cache HTMLProofer
Expand All @@ -207,12 +207,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- name: Cache HTMLProofer
Expand All @@ -234,12 +234,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- run: bundle exec jekyll validate
Expand All @@ -250,12 +250,12 @@ jobs:

if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- run: bundle exec jekyll algolia --config=_config.yml,algolia_config/_ca_dev.yml
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: ruby:2.3
image: ruby:3.2

variables:
JEKYLL_ENV: production
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
source "https://rubygems.org"

# Specify the Ruby version for the project.
ruby '3.2.2'

gem "jekyll", "~> 4.2.0"

gem "webrick", "~> 1.7"
Expand Down
105 changes: 58 additions & 47 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,55 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
Ascii85 (1.1.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
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)
async (2.6.5)
console (~> 1.10)
fiber-annotation
io-event (~> 1.1)
timers (~> 4.1)
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
console (1.23.2)
fiber-annotation
fiber-local
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.15.0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.15.4)
ffi (1.15.4-x64-mingw32)
ffi (1.16.3)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
filesize (0.2.0)
forwardable-extended (2.6.0)
html-proofer (3.19.2)
hashery (2.1.2)
html-proofer (5.0.8)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
parallel (~> 1.3)
async (~> 2.1)
nokogiri (~> 1.13)
pdf-reader (~> 2.11)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.8.11)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.2.1)
io-event (1.3.3)
jekyll (4.2.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -72,7 +85,7 @@ GEM
commonmarker (~> 0.17.6)
jekyll-commonmark (~> 1.2)
rouge (>= 2.0, < 4.0)
jekyll-feed (0.15.1)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
Expand All @@ -81,73 +94,68 @@ GEM
posix-spawn (~> 0.3.9)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.1.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.6.1)
kramdown (2.3.1)
json (2.6.3)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
liquid-c (4.0.1)
liquid (>= 3.0.0)
listen (3.7.0)
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.6.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x64-mingw32)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.21.0)
parallel (1.23.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pdf-reader (2.11.0)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
posix-spawn (0.3.15)
progressbar (1.11.0)
public_suffix (4.0.6)
racc (1.6.0)
rainbow (3.0.0)
rake (13.0.6)
rb-fsevent (0.11.0)
progressbar (1.13.0)
public_suffix (5.0.3)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.1)
rexml (3.2.6)
rouge (3.30.0)
ruby-enum (0.9.0)
i18n
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
timers (4.3.5)
ttfunk (1.7.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
verbal_expressions (0.1.5)
wdm (0.1.1)
webrick (1.7.0)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.12)

PLATFORMS
ruby
x64-mingw32
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -169,5 +177,8 @@ DEPENDENCIES
wdm (~> 0.1.1)
webrick (~> 1.7)

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.2.16
2.4.22
Loading

0 comments on commit a9869b3

Please sign in to comment.