lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-0.6.1 vs lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-0.7.0
- old
+ new
@@ -24,9 +24,12 @@
gem "rubocop-rake", "~> 0.5"
<% end %>
<% if realm.build_rspec && realm.build_rubocop %>
gem "rubocop-rspec", "~> 2.0"
<% end %>
+ <% if realm.build_ruby_critic %>
+ gem "rubycritic", "~> 4.5", require: false
+ <% end %>
<% if realm.build_simple_cov %>
gem "simplecov", "~> 0.20"
<% end %>
end