Skip to content

Commit

Permalink
Merge pull request #428 from platanus/remove-enumerize
Browse files Browse the repository at this point in the history
feat(application-template): remove enumerize
  • Loading branch information
difernandez authored Jan 4, 2023
2 parents bd2772b + 51b3309 commit 8db4377
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions lib/potassium/templates/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
clean_gemfile
end

run_action(:add_utils) do
gather_gem("enumerize")
end

run_action(:asking) do
ask :database
ask :devise
Expand Down

0 comments on commit 8db4377

Please sign in to comment.