From 5604ef5823034dde8cdf9ce289c236ecdbabe9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Mon, 28 Nov 2022 16:42:41 +0100 Subject: [PATCH] ruby 3.1.3 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index ef538c281..ff365e06b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.1.3 diff --git a/Gemfile b/Gemfile index e7be2e6b5..089758375 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.1.2' +ruby '3.1.3' # Infrastructure gem 'activestorage-scaleway-service'#, path: '../activestorage-scaleway-service' diff --git a/Gemfile.lock b/Gemfile.lock index a5c738699..d5ce98bdb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -498,6 +498,7 @@ GEM PLATFORMS arm64-darwin-21 + arm64-darwin-22 x86_64-darwin-21 x86_64-linux @@ -567,7 +568,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.1.2p20 + ruby 3.1.3p185 BUNDLED WITH - 2.3.12 + 2.3.26 -- GitLab