From 69473ffbccdc191147965d0867e77ee9c9fd0a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 27 Dec 2020 11:44:17 +0100 Subject: [PATCH] Ruby 3.0.0 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 24ba9a3..4a36342 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.0 +3.0.0 diff --git a/Gemfile b/Gemfile index dc4cc6f..f2e026f 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.0' +ruby '>= 2.7.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 48549e1..1e4a865 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -280,7 +280,7 @@ DEPENDENCIES webpacker (~> 4.0) RUBY VERSION - ruby 2.7.0p0 + ruby 3.0.0p0 BUNDLED WITH - 2.1.4 + 2.2.3