From 1a25d24d282f27d95afca4de1bf27bcd249b4eda Mon Sep 17 00:00:00 2001 From: LuukvH Date: Wed, 17 Apr 2024 21:17:07 +0200 Subject: [PATCH] chore: Update ruby 3.0.3 to 3.3.0 --- .github/workflows/ci.yml | 6 +++--- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5277f66..362848c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0.3 + ruby-version: 3.3.0 bundler-cache: true - name: Run brakeman @@ -25,7 +25,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0.3 + ruby-version: 3.3.0 bundler-cache: true - name: Run rubocop @@ -54,7 +54,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0.3 + ruby-version: 3.3.0 bundler-cache: true - name: Run RSpec diff --git a/Gemfile b/Gemfile index fca54dd..3eb3576 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -ruby '3.0.3' +ruby '3.3.0' source 'https://rubygems.org' diff --git a/Gemfile.lock b/Gemfile.lock index 7fe48fc..a05fd35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -319,7 +319,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.0.3p157 + ruby 3.3.0p0 BUNDLED WITH 2.2.32