diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a909720b7..f4462f6d84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '2.7', '3.0.1' ] + ruby: [ '3.0.2' ] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v3 diff --git a/.ruby-version b/.ruby-version index 860487ca19..b502146930 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.1 +3.0.2 diff --git a/Gemfile b/Gemfile index 19285c9d23..abb255ff30 100644 --- a/Gemfile +++ b/Gemfile @@ -6,3 +6,5 @@ gem 'builder' gem 'wdm', '>= 0.1.0' if Gem.win_platform? gem 'jekyll-multiple-languages-plugin', '= 1.7.0' gem 'jekyll-feed' +gem 'jekyll-target-blank' + diff --git a/Gemfile.lock b/Gemfile.lock index a7bf45bc19..8437c0d3ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,6 +39,9 @@ GEM jekyll-paginate (1.1.0) jekyll-sass-converter (3.0.0) sass-embedded (~> 1.54) + jekyll-target-blank (2.0.2) + jekyll (>= 3.0, < 5.0) + nokogiri (~> 1.10) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.4.0) @@ -50,9 +53,14 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) + mini_portile2 (2.8.7) + nokogiri (1.16.7) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.1) + racc (1.8.1) rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -77,6 +85,7 @@ DEPENDENCIES jekyll-feed jekyll-multiple-languages-plugin (= 1.7.0) jekyll-paginate + jekyll-target-blank BUNDLED WITH 2.2.23 diff --git a/netlify.toml b/netlify.toml index a295a1ede3..515841fd0c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "jekyll build --trace --limit-posts 10" [build.environment] - RUBY_VERSION = "2.7.1" + RUBY_VERSION = "3.0.2" [build.processing] - skip_processing = true \ No newline at end of file + skip_processing = true