lib/templates/common/Gemfile in skellington-0.8.9 vs lib/templates/common/Gemfile in skellington-0.9.0.pre.rc1
- old
+ new
@@ -1,10 +1,4 @@
-<% if @gen.framework == 'sinatra' %>
- <% if @gen.bootstrap == '4' %>
- <% @gen.gems['production'].delete 'bootstrap-sass' %>
- <% @gen.gems['production']['bootstrap'] = '4.0.0.alpha5' %>
- <% end %>
-<% end %>
source 'https://rubygems.org'
ruby '<%= RUBY_VERSION %>'
<% gems = {} %>
<% case @gen.framework %>