Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created September 26, 2013 21:44
Embed
What would you like to do?
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