From e3f21fc74c4c0effa0168a8457499587c562086c Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Tue, 21 Jun 2022 09:02:07 +0200 Subject: [PATCH] back to 2.7.5 (waiting for sebou) --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 49cdd668e..a603bb50a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.6 +2.7.5 diff --git a/Gemfile b/Gemfile index 442b685b5..359204188 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.7.6' +ruby '2.7.5' # Infrastructure gem 'angularjs-rails' diff --git a/Gemfile.lock b/Gemfile.lock index a8bf96e5d..76a57d985 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -556,7 +556,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 2.7.6p219 + ruby 2.7.5p203 BUNDLED WITH 2.3.12 -- GitLab