diff --git a/CHANGELOG.md b/CHANGELOG.md index 191ccf20..b15f155f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Unreleased + +Features + - Removes enumerize in favor of built-in enums [#428](https://github.com/platanus/potassium/pull/428) + ## 6.7.0 Features diff --git a/lib/potassium/templates/application.rb b/lib/potassium/templates/application.rb index 708271cd..415a965f 100644 --- a/lib/potassium/templates/application.rb +++ b/lib/potassium/templates/application.rb @@ -12,10 +12,6 @@ clean_gemfile end -run_action(:add_utils) do - gather_gem("enumerize") -end - run_action(:asking) do ask :database ask :devise