Skip to content

Commit

Permalink
chore: print contents of .ruby-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 22, 2024
1 parent 955b735 commit adce0cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ def apply_template! # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Met
# apply "variants/backend-base/public/template.rb"
apply "variants/backend-base/spec/template.rb"

puts ".ruby-version"

# The block passed to "after_bundle" seems to run after `bundle install`
# but also after `shakapacker:install` and after Rails has initialized the git
# repo
Expand Down

0 comments on commit adce0cd

Please sign in to comment.