From d9b46808372d5c8041649de88ba73477a81b6e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20Mari=C3=A9?= Date: Tue, 23 Apr 2024 18:56:52 +0200 Subject: [PATCH] upgrade to ruby 3.3.1 --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- .tool-versions | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90730c7..0a791ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.0 + ruby-version: 3.3.1 bundler-cache: true - run: bin/test rubocop: diff --git a/.ruby-version b/.ruby-version index 15a2799..bea438e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/.tool-versions b/.tool-versions index 6409af9..3a2e986 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -ruby 3.3.0 +ruby 3.3.1 nodejs 21.7.2 yarn 1.22.19 diff --git a/Gemfile b/Gemfile index 340ab34..3e9ac58 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gemspec -ruby "3.3.0" +ruby "3.3.1" gem "rspec" gem "ruby-prof" diff --git a/Gemfile.lock b/Gemfile.lock index d2f4567..8d4bd6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ DEPENDENCIES template-ruby! RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.1p55 BUNDLED WITH 2.5.9