From eee9699d74a1eae9687b18d01103af394a567cbf Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Thu, 6 Jul 2023 15:59:19 +0200 Subject: [PATCH] 3.1.4 --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index ff365e06b..0aec50e6e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.1.4 diff --git a/Gemfile b/Gemfile index a0135feea..f912dfc61 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.3" +ruby "3.1.4" # Infrastructure gem "activestorage-scaleway-service"#, path: "../activestorage-scaleway-service" -- GitLab