Skip to content

Commit 3f97f49

Browse files
authored
Merge pull request #518 from wri/chore/ruby-upgrade
Chore/ruby upgrade to 3.4.2
2 parents db3470d + fe99397 commit 3f97f49

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.3
1+
3.4.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
66

77
# Rails app lives here

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
ruby "3.2.3"
5+
ruby "3.4.2"
66

77
git_source(:github) do |repo_name|
88
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")

Gemfile.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,6 @@ GEM
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

881878
RUBY VERSION
882-
ruby 3.2.3p157
879+
ruby 3.4.2p28
883880

884881
BUNDLED WITH
885882
2.5.6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`**

0 commit comments

Comments
 (0)