Skip to content

Commit adce0cd

Browse files
committed
chore: print contents of .ruby-version file
1 parent 955b735 commit adce0cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template.rb

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ def apply_template! # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Met
153153
# apply "variants/backend-base/public/template.rb"
154154
apply "variants/backend-base/spec/template.rb"
155155

156+
puts ".ruby-version"
157+
156158
# The block passed to "after_bundle" seems to run after `bundle install`
157159
# but also after `shakapacker:install` and after Rails has initialized the git
158160
# repo

0 commit comments

Comments
 (0)