From 0e7be7bd4e60a7ecbe10c6e55c07fa4610aa9486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:16:15 +0000 Subject: [PATCH 1/3] Bump nokogiri from 1.13.10 to 1.14.3 in /sinatra Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.14.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.10...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sinatra/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sinatra/Gemfile.lock b/sinatra/Gemfile.lock index 0842f50..60066d2 100644 --- a/sinatra/Gemfile.lock +++ b/sinatra/Gemfile.lock @@ -1,15 +1,15 @@ GEM remote: https://rubygems.org/ specs: - mini_portile2 (2.8.0) + mini_portile2 (2.8.4) minitest (5.14.4) mustermann (2.0.2) ruby2_keywords (~> 0.0.1) - nokogiri (1.13.10) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) nori (2.6.0) - racc (1.6.1) + racc (1.7.1) rack (2.2.6.4) rack-parser (0.7.0) rack From 9f0dff6b062d8920117d797162b13fffd75bf84c Mon Sep 17 00:00:00 2001 From: Oskar Gewalli <88096+wallymathieu@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:20:26 +0000 Subject: [PATCH 2/3] Remove ruby version 2.6 and add 3.2 --- .github/workflows/sinatra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sinatra.yml b/.github/workflows/sinatra.yml index e7b341e..027c081 100644 --- a/.github/workflows/sinatra.yml +++ b/.github/workflows/sinatra.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.6', '2.7', '3.0'] + ruby-version: ['2.7', '3.0', '3.2'] steps: - uses: actions/checkout@v2 From e1ad581f2841e87fae1c813c9eb42b2fed20a060 Mon Sep 17 00:00:00 2001 From: Oskar Gewalli <88096+wallymathieu@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:22:12 +0000 Subject: [PATCH 3/3] - 3.2 --- .github/workflows/sinatra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sinatra.yml b/.github/workflows/sinatra.yml index 027c081..9308960 100644 --- a/.github/workflows/sinatra.yml +++ b/.github/workflows/sinatra.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.7', '3.0', '3.2'] + ruby-version: ['2.7', '3.0'] steps: - uses: actions/checkout@v2