From 4dcc4fad0b3b3f75505a8da87e02a109404c61fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:22:29 +0000 Subject: [PATCH] Update dependency ruby to v3.3.0 --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- Gemfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f75f0a1..ed60ce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.2'] + ruby-version: ['3.3'] steps: - uses: actions/checkout@v4 diff --git a/.ruby-version b/.ruby-version index be94e6f..15a2799 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.0 diff --git a/Gemfile b/Gemfile index c38aa26..3d230b6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -ruby "~> 3.2.0" +ruby "~> 3.3.0" gem 'httparty' gem 'dotenv'