Skip to content

Commit 1b8f217

Browse files
Update Ruby language to v3.4.2 (#79)
Update README to point to Ruby version file to streamline future updates. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tanner Doshier <git@doshitan.com>
1 parent d67364e commit 1b8f217

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

template/{{app_name}}/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ inherit_gem:
44
pundit: config/rubocop-rspec.yml
55
rubocop-rails-omakase: rubocop.yml
66
AllCops:
7-
TargetRubyVersion: 3.3.7
7+
TargetRubyVersion: 3.4.2

template/{{app_name}}/.ruby-version

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

template/{{app_name}}/Dockerfile.jinja

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

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
44
# renovate: datasource=docker depName=registry.docker.com/library/ruby
5-
ARG RUBY_VERSION=3.3.7
5+
ARG RUBY_VERSION=3.4.2
66

77

88
##########################################################################################

template/{{app_name}}/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby "3.3.7"
3+
ruby "3.4.2"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
66
gem "rails", "~> 7.1.3", ">= 7.1.3.2"

template/{{app_name}}/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ DEPENDENCIES
495495
web-console
496496

497497
RUBY VERSION
498-
ruby 3.3.7p123
498+
ruby 3.4.2p28
499499

500500
BUNDLED WITH
501501
2.5.22

template/{{app_name}}/README.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In either case, first generate a `.env` file:
7272

7373
Prerequisites:
7474

75-
- Ruby 3.3.7
75+
- Ruby version matching [`.ruby-version`](./.ruby-version)
7676
- [Node LTS](https://nodejs.org/en)
7777
- (Optional but recommended): [rbenv](https://github.com/rbenv/rbenv)
7878

0 commit comments

Comments
 (0)