bake/modernize.rb in bake-modernize-0.2.0 vs bake/modernize.rb in bake-modernize-0.2.1
- old
+ new
@@ -1,4 +1,4 @@
def modernize
- call('modernize:actions', 'modernize:gemfile', 'modernize:gemspec')
+ call('modernize:actions', 'modernize:editorconfig', 'modernize:gemfile', 'modernize:gemspec')
end