diff --git a/template/{{app_name}}/.rubocop.yml b/template/{{app_name}}/.rubocop.yml index 63a548f..bc94380 100644 --- a/template/{{app_name}}/.rubocop.yml +++ b/template/{{app_name}}/.rubocop.yml @@ -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 diff --git a/template/{{app_name}}/.ruby-version b/template/{{app_name}}/.ruby-version index bea438e..86fb650 100644 --- a/template/{{app_name}}/.ruby-version +++ b/template/{{app_name}}/.ruby-version @@ -1 +1 @@ -3.3.1 +3.3.7 diff --git a/template/{{app_name}}/Dockerfile.jinja b/template/{{app_name}}/Dockerfile.jinja index 30866ee..979d31b 100644 --- a/template/{{app_name}}/Dockerfile.jinja +++ b/template/{{app_name}}/Dockerfile.jinja @@ -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 ########################################################################################## diff --git a/template/{{app_name}}/Gemfile b/template/{{app_name}}/Gemfile index 8c80cac..a4e4b14 100644 --- a/template/{{app_name}}/Gemfile +++ b/template/{{app_name}}/Gemfile @@ -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" diff --git a/template/{{app_name}}/Gemfile.lock b/template/{{app_name}}/Gemfile.lock index 4a1645a..44c3780 100644 --- a/template/{{app_name}}/Gemfile.lock +++ b/template/{{app_name}}/Gemfile.lock @@ -493,7 +493,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.1p55 + ruby 3.3.7p123 BUNDLED WITH 2.5.6 diff --git a/template/{{app_name}}/README.md.jinja b/template/{{app_name}}/README.md.jinja index 5048390..e456554 100644 --- a/template/{{app_name}}/README.md.jinja +++ b/template/{{app_name}}/README.md.jinja @@ -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)