Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing require for String#first
When we run `rake deploy:<env>` the Rails environment hasn't been loaded so ensure that we load the core extension for `String#first`. Previously it was being implicitly required by another gem.
- Loading branch information