From 09e7036710b3e09a2d1d89f77a41c221c142d95e Mon Sep 17 00:00:00 2001 From: Vitaliy Serov Date: Tue, 2 Jan 2024 23:11:06 +0200 Subject: [PATCH] Add `ruby-3.3` to CI --- .github/workflows/ruby.yml | 2 +- .rubocop_todo.yml | 2 +- CHANGELOG.md | 3 ++- Gemfile.lock | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index bfb89b2..4c30ac3 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,7 +6,7 @@ jobs: continue-on-error: ${{ matrix.allow-failures }} strategy: matrix: - ruby: ['3.0', '3.1', '3.2'] + ruby: ['3.0', '3.1', '3.2', '3.3'] allow-failures: [false] include: - ruby: head diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8932eb9..a6d032b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-09-01 13:14:58 UTC using RuboCop version 1.56.2. +# on 2024-01-02 21:10:36 UTC using RuboCop version 1.59.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc2c29..57e297d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### New Features * Add `ruby-3.2` to CI +* Add `ruby-3.3` to CI ### Changes @@ -104,7 +105,7 @@ ### New features * Add parsing bmp stream for multipage PDFs -* Update `image-size` gem dependency to version 2 +* Update `image-size` gem dependency to version 2 * Redone parsing of page size (allow minor diff) * Add `PdfStructure#page_size_points` to get page size in points * Add rake tasks for releasing gem diff --git a/Gemfile.lock b/Gemfile.lock index e624a30..53235bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,4 +112,4 @@ DEPENDENCIES yard (>= 0.9.20) BUNDLED WITH - 2.4.19 + 2.5.3