From 5f42b5d3924a0c4e8762d47704a9d75d5964d9da Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 13 Oct 2021 23:12:37 +0200 Subject: [PATCH] build: use a ruby version github-compatible --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 4efbd8f..85588be 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.0.2 +ruby-3.0.0 diff --git a/Gemfile b/Gemfile index 33c0d88..84568a7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.0.2' +ruby '3.0.0' gem 'rails', '~> 6.1.4', '>= 6.1.4.1' gem 'sqlite3', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index a1dc4f8..b79ea15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,7 +253,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.0.2p107 + ruby 3.0.0p0 BUNDLED WITH 2.2.23