From dbf47d27c2c75bfb38c2079585bb664d0fb621a9 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 22 Dec 2021 09:51:14 +0000 Subject: [PATCH] Bump ruby version --- .ruby-version | 2 +- Dockerfile | 4 ++-- Gemfile | 2 +- Gemfile.lock | 4 ++-- 4 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 16bdbcbb1..3ff070143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build compilation image -FROM ruby:3.0.2-alpine as builder +FROM ruby:3.0.3-alpine as builder # The application runs from /app WORKDIR /app @@ -45,7 +45,7 @@ RUN rm -rf node_modules log tmp && \ find /usr/local/bundle/gems -name "*.html" -delete # Build runtime image -FROM ruby:3.0.2-alpine as production +FROM ruby:3.0.3-alpine as production # The application runs from /app WORKDIR /app diff --git a/Gemfile b/Gemfile index 02be801d9..93476ba2c 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.2" +ruby "3.0.3" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem "rails", "~> 7.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index e00e075e3..7005a5def 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -472,7 +472,7 @@ DEPENDENCIES webpacker (~> 5.0) RUBY VERSION - ruby 3.0.2p107 + ruby 3.0.3p157 BUNDLED WITH - 2.2.22 + 2.2.32