lib/templates/Gemfile.eruby in skellington-0.0.1 vs lib/templates/Gemfile.eruby in skellington-0.0.2
- old
+ new
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
-ruby <%= RUBY_VERSION %>
+ruby '<%= RUBY_VERSION %>'
<% for gem in config['gems']['production'] %>
gem '<%= gem %>'
<% end %>