Skip to content

Commit

Permalink
Add missing require for String#first
Browse files Browse the repository at this point in the history
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
pixeltrix committed Feb 26, 2024
1 parent 66364e3 commit b78b1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/package_builder.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'tmpdir'
require 'active_support/core_ext/string/access'
require 'active_support/core_ext/string/strip'
require 'aws-sdk-codedeploy'
require 'aws-sdk-s3'
Expand Down

0 comments on commit b78b1d1

Please sign in to comment.