Skip to content

Commit 315596d

Browse files
authored
Update Ruby version to 3.3.7 (#66)
Resolves a number of vulnerability warnings.
1 parent 37ff3d9 commit 315596d

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

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

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

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

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

template/{{app_name}}/Dockerfile.jinja

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.3.1
4+
ARG RUBY_VERSION=3.3.7
55

66

77
##########################################################################################

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.1"
3+
ruby "3.3.7"
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.1p55
498+
ruby 3.3.7p123
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.1
75+
- Ruby 3.3.7
7676
- [Node LTS](https://nodejs.org/en)
7777
- (Optional but recommended): [rbenv](https://github.com/rbenv/rbenv)
7878

0 commit comments

Comments
 (0)