From cc4d645cf79a41b5b0ea5110f95b794c758926a2 Mon Sep 17 00:00:00 2001 From: Brot & Games Date: Mon, 5 Feb 2024 23:48:33 +0700 Subject: [PATCH] Bump ruby from 3.2.2 to 3.3.0 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 -- Gemfile.lock | 3 --- 4 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f..15a2799 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.0 diff --git a/Dockerfile b/Dockerfile index cfaecd8..9ee9e4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.2-alpine +FROM ruby:3.3.0-alpine # for postgres: postgresql-dev RUN apk add --no-cache \ diff --git a/Gemfile b/Gemfile index f18f8b7..85902ec 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,6 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.2" - # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 6.1" # Use sqlite3 as the database for Active Record diff --git a/Gemfile.lock b/Gemfile.lock index fe4b958..d85443f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -362,8 +362,5 @@ DEPENDENCIES yabeda-rails yard -RUBY VERSION - ruby 3.2.2p53 - BUNDLED WITH 2.3.26