Skip to content

The activesupport gem is a runtime dependency#9

Merged
vipulnsward merged 3 commits intobigbinary:masterfrom
billhorsman:master
Jan 23, 2015
Merged

The activesupport gem is a runtime dependency#9
vipulnsward merged 3 commits intobigbinary:masterfrom
billhorsman:master

Conversation

@billhorsman
Copy link
Copy Markdown
Contributor

not just a development dependency, because of the use of String#blank?
and Array.wrap in MailInterceptor::Interceptor.

not just a development dependency, because of the use of String#blank?
and Array.wrap in MailInterceptor::Interceptor.
Comment thread lib/mail_interceptor.rb Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only following requires should suffice -

require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/array'

Can you update that?

Only require the minimum that we need for String#blank? and Array.wrap.
Put more important runtime dependencies at the top and sort
alphabetically.
@neerajsingh0101
Copy link
Copy Markdown
Contributor

Looks good to me.

@vipulnsward please take a look.

vipulnsward added a commit that referenced this pull request Jan 23, 2015
The activesupport gem is a runtime dependency
@vipulnsward vipulnsward merged commit eccb443 into bigbinary:master Jan 23, 2015
@vipulnsward
Copy link
Copy Markdown
Contributor

Thanks @billhorsman !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants