alphagov / e-petitions

This is the code base for the UK Government's e-petitions service (https://petition.parliament.uk)
https://petition.parliament.uk
MIT License
306 stars 78 forks source link

Add missing require for String#first #912

Closed pixeltrix closed 6 months ago

pixeltrix commented 6 months ago

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.