Skip to content

Commit

Permalink
Update: Ruby 3.0.3に上げた
Browse files Browse the repository at this point in the history
  • Loading branch information
yonta committed Nov 26, 2021
1 parent 67b1dd9 commit 6b5de35
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.0.2
3.0.3
2 changes: 1 addition & 1 deletion 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"]

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -476,7 +476,7 @@ DEPENDENCIES
yard

RUBY VERSION
ruby 3.0.2p107
ruby 3.0.3p157

BUNDLED WITH
2.2.22
2.2.32
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@

## Requirements

- Ruby = 3.0.2
- Ruby = 3.0.3
- Bundler
- Yarn🐈 >= 1.22.4
- Node.js >= 12.20.1
Expand Down

0 comments on commit 6b5de35

Please sign in to comment.