Skip to content

Update Ruby version to 3.3.7 #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions template/{{app_name}}/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ inherit_gem:
pundit: config/rubocop-rspec.yml
rubocop-rails-omakase: rubocop.yml
AllCops:
TargetRubyVersion: 3.3.1

TargetRubyVersion: 3.3.7
2 changes: 1 addition & 1 deletion template/{{app_name}}/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.7
2 changes: 1 addition & 1 deletion template/{{app_name}}/Dockerfile.jinja
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.3.1
ARG RUBY_VERSION=3.3.7


##########################################################################################
Expand Down
2 changes: 1 addition & 1 deletion template/{{app_name}}/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.3.1"
ruby "3.3.7"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.3", ">= 7.1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion template/{{app_name}}/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.7p123

BUNDLED WITH
2.5.6
2 changes: 1 addition & 1 deletion template/{{app_name}}/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In either case, first generate a `.env` file:

Prerequisites:

- Ruby 3.3.1
- Ruby 3.3.7
- [Node LTS](https://nodejs.org/en)
- (Optional but recommended): [rbenv](https://github.com/rbenv/rbenv)

Expand Down