From 6b5de35db7e1056938d06bdf4364a8580bb819fc Mon Sep 17 00:00:00 2001 From: SAITOU Keita Date: Fri, 26 Nov 2021 22:57:10 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20Ruby=203.0.3=E3=81=AB=E4=B8=8A?= =?UTF-8?q?=E3=81=92=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index b50214693..75a22a26a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.2 +3.0.3 diff --git a/Dockerfile b/Dockerfile index 67ba48ee3..5cb1ed523 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.0.2-slim-buster +FROM ruby:3.0.3-slim-buster SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/Gemfile b/Gemfile index 5c4d367a2..2e6a87acc 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.3" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "= 6.1.4.1" diff --git a/Gemfile.lock b/Gemfile.lock index 7e0993d28..90341db15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -476,7 +476,7 @@ DEPENDENCIES yard RUBY VERSION - ruby 3.0.2p107 + ruby 3.0.3p157 BUNDLED WITH - 2.2.22 + 2.2.32 diff --git a/README.md b/README.md index e6f3ce44e..7a273ccfa 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Requirements -- Ruby = 3.0.2 +- Ruby = 3.0.3 - Bundler - Yarn🐈 >= 1.22.4 - Node.js >= 12.20.1