File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# https://github.com/Code-With-Rails/rails-template
7
7
#
8
- # v1.0 .0
8
+ # v1.1 .0
9
9
#
10
10
# Intro: A simple, opinionated Rails template to set up your Rails project with a
11
11
# Docker development environment.
28
28
git commit : %( -m 'Initial commit' )
29
29
30
30
file 'Dockerfile' , <<~CODE
31
- FROM ruby:3.1.2 -bullseye
31
+ FROM ruby:3.2.0 -bullseye
32
32
33
33
# Install apt based dependencies required to run Rails as
34
34
# well as RubyGems. As the Ruby image itself is based on a
212
212
CODE
213
213
214
214
# Update Ruby version in the Gemfile
215
- gsub_file 'Gemfile' , /^ruby .*$/ , 'ruby \'3.1.2 \''
215
+ gsub_file 'Gemfile' , /^ruby .*$/ , 'ruby \'3.2.0 \''
216
216
git add : '.'
217
- git commit : '-a -m \'Use Ruby 3.1.2 in the Gemfile\''
217
+ git commit : '-a -m \'Use Ruby 3.2.0 in the Gemfile\''
218
218
219
219
# Add Procfile.dev
220
220
file 'Procfile.dev' , <<~CODE
You can’t perform that action at this time.
0 commit comments