lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-5.6.0 vs lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-5.7.0
- old
+ new
@@ -1,5 +1,5 @@
-ruby File.read(".ruby-version").strip
+ruby file: ".ruby-version"
source "https://rubygems.org"
<% if configuration.build_refinements %>
gem "refinements", "~> 11.0"