From 3fd5558f102a276aae3820c00829698fdf814193 Mon Sep 17 00:00:00 2001 From: _Tradam Date: Wed, 19 Jun 2024 10:06:46 -0400 Subject: update ruby version to latest --- .ruby-version | 2 +- .tool-versions | 1 + Dockerfile | 4 ++-- Gemfile | 2 +- Gemfile.lock | 6 +++--- bin/bundle | 0 bin/rake | 0 bin/setup | 0 8 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 .tool-versions mode change 100755 => 100644 bin/bundle mode change 100755 => 100644 bin/rake mode change 100755 => 100644 bin/setup diff --git a/.ruby-version b/.ruby-version index 9e79f6c..fefb2b7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.2.2 +ruby-3.3.3 diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..d554c9c --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +ruby 3.3.3 diff --git a/Dockerfile b/Dockerfile index 607413b..e68d5a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # syntax = docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.2.2 +ARG RUBY_VERSION=3.3.3 #FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base -FROM registry.docker.com/library/ruby:$RUBY_VERSION-alpine3.18 as base +FROM registry.docker.com/library/ruby:$RUBY_VERSION-alpine3.20 as base # Rails app lives here WORKDIR /rails diff --git a/Gemfile b/Gemfile index f2e4bb7..5b0c3d2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.2.2" +ruby "3.3.3" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1.3", ">= 7.1.3.3" diff --git a/Gemfile.lock b/Gemfile.lock index 37edfaa..2c89747 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM net-smtp marcel (1.0.4) mini_mime (1.1.5) - minitest (5.23.1) + minitest (5.24.0) msgpack (1.7.2) mutex_m (0.2.0) net-imap (0.4.13) @@ -220,7 +220,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 3.2.2p53 + ruby 3.3.3p89 BUNDLED WITH - 2.5.4 + 2.5.13 diff --git a/bin/bundle b/bin/bundle old mode 100755 new mode 100644 diff --git a/bin/rake b/bin/rake old mode 100755 new mode 100644 diff --git a/bin/setup b/bin/setup old mode 100755 new mode 100644 -- cgit v1.2.3