From 7fcdf99474c38081795317240a439d1ca438ac62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 21:56:55 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.3.5 --- .github/workflows/config.yml | 2 +- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 1f8ef38..4f3a3ae 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -5,7 +5,7 @@ jobs: name: GitHub Actions CI runs-on: ubuntu-latest container: - image: ruby:3.3.4 + image: ruby:3.3.5 env: BUNDLE_PATH: vendor/bundle RAILS_ENV: test diff --git a/.ruby-version b/.ruby-version index a0891f5..fa7adc7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/Gemfile b/Gemfile index 4bda2eb..ce14733 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.3.4' +ruby '3.3.5' gem 'rails' diff --git a/Gemfile.lock b/Gemfile.lock index 07a8575..5e24803 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,7 +423,7 @@ DEPENDENCIES twitter RUBY VERSION - ruby 3.3.4p94 + ruby 3.3.5p100 BUNDLED WITH 2.4.6