Skip to content

Commit

Permalink
fix: remove prefix from .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 22, 2024
1 parent c9054fa commit 15bde05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ 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 File.read(".ruby-version")
File.write(".ruby-version", RUBY_VERSION.gsub("ruby-", ""))

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

0 comments on commit 15bde05

Please sign in to comment.