This file contains 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
| steveklabnik@dhwty:~/src/resque$ git checkout 1-x-stable | |
| Switched to branch '1-x-stable' | |
| steveklabnik@dhwty:~/src/resque$ git diff v1.25.0 | |
| warning: refname 'v1.25.0' is ambiguous. | |
| diff --git a/lib/resque.rb b/lib/resque.rb | |
| index 11d01e1..89ba094 100644 | |
| --- a/lib/resque.rb | |
| +++ b/lib/resque.rb | |
| @@ -1,5 +1,6 @@ | |
| require 'mono_logger' | |
| require 'redis/namespace' | |
| +require 'forwardable' | |
| require 'resque/version' | |
| steveklabnik@dhwty:~/src/resque$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment