This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/lib/awsbase/support.rb b/lib/awsbase/support.rb | |
| index 6d40f37..4b4b1fe 100644 | |
| --- a/lib/awsbase/support.rb | |
| +++ b/lib/awsbase/support.rb | |
| @@ -1,7 +1,7 @@ | |
| # If ActiveSupport is loaded, then great - use it. But we don't | |
| # want a dependency on it, so if it's not present, define the few | |
| # extensions that we want to use... | |
| -unless defined? ActiveSupport::CoreExtensions | |
| + |
NewerOlder