From fc0c5cb8d3c54706ac49e710dec5cc6a98c60dac Mon Sep 17 00:00:00 2001 From: rebuilt Date: Sat, 16 Oct 2021 16:45:05 +0200 Subject: [PATCH] update to ruby 3.0 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index a4dd9dba..b5021469 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.4 +3.0.2 diff --git a/Gemfile b/Gemfile index 23162cf0..8dd4acd8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby "2.7.4" +ruby "3.0.2" git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") diff --git a/Gemfile.lock b/Gemfile.lock index feed7baf..e0ada6f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -322,7 +322,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 2.7.4p191 + ruby 3.0.2p107 BUNDLED WITH 2.2.26