File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed
Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1- 3.2.3
1+ 3.4.2
Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1
22
33# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4- ARG RUBY_VERSION=3.2.3
4+ ARG RUBY_VERSION=3.4.2
55FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
66
77# Rails app lives here
Original file line number Diff line number Diff line change 22
33source "https://rubygems.org"
44
5- ruby "3.2.3 "
5+ ruby "3.4.2 "
66
77git_source ( :github ) do |repo_name |
88 repo_name = "#{ repo_name } /#{ repo_name } " unless repo_name . include? ( "/" )
Original file line number Diff line number Diff line change 376376 grpc (1.69.0 )
377377 google-protobuf (>= 3.25 , < 5.0 )
378378 googleapis-common-protos-types (~> 1.0 )
379- grpc (1.69.0-x86_64-linux )
380- google-protobuf (>= 3.25 , < 5.0 )
381- googleapis-common-protos-types (~> 1.0 )
382379 grpc-google-iam-v1 (1.8.0 )
383380 google-protobuf (>= 3.18 , < 5.a )
384381 googleapis-common-protos (~> 1.4 )
@@ -879,7 +876,7 @@ DEPENDENCIES
879876 whenever
880877
881878RUBY VERSION
882- ruby 3.2.3p157
879+ ruby 3.4.2p28
883880
884881BUNDLED WITH
885882 2.5.6
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ bin/dev
8181
8282### REQUIREMENTS ###
8383
84- - ** Ruby version:** 3.2.3
84+ - ** Ruby version:** 3.4.2
8585 - ** PostgreSQL 12.1+** [ How to install] ( http://exponential.io/blog/2015/02/21/install-postgresql-on-mac-os-x-via-brew/ )
8686
8787** Just execute the script file in ` bin/setup ` **
You can’t perform that action at this time.
0 commit comments