From a297b544763817445e0bdab2d728a0ce38d17f0d Mon Sep 17 00:00:00 2001 From: Etienne Ischer Date: Mon, 9 Aug 2021 21:19:14 +0200 Subject: [PATCH] upgrade to ruby 3.0.2 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index cb2b00e..b502146 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.1 +3.0.2 diff --git a/Gemfile b/Gemfile index a67e83c..9e0fd48 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.0.1' +ruby '3.0.2' # Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. # It encourages beautiful code by favoring convention over configuration. diff --git a/Gemfile.lock b/Gemfile.lock index 35a2aed..334fd75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -451,7 +451,7 @@ DEPENDENCIES webpacker (~> 5.0) RUBY VERSION - ruby 3.0.1p64 + ruby 3.0.2p107 BUNDLED WITH - 2.2.15 + 2.2.22