Skip to content

Instantly share code, notes, and snippets.

@maxim
Created June 6, 2012 00:58
Show Gist options
  • Select an option

  • Save maxim/2879200 to your computer and use it in GitHub Desktop.

Select an option

Save maxim/2879200 to your computer and use it in GitHub Desktop.
These are commands I ran...
♢ ✗ bundle outdated
[...]
* resque (1.20.0 > 1.8.2)
♢ ✗ bundle update resque
[...]
♢ ✗ bundle outdated
[...]
* resque (1.20.0 > 1.8.2)
♢ ✗ bundle --version
Bundler version 1.1.4
♢ ✗ cat Gemfile.lock | grep -C2 resque
redis-namespace (1.2.0)
redis (~> 3.0.0)
resque (1.8.2)
redis
redis-namespace
sinatra (>= 0.9.2)
vegas (>= 0.1.2)
resque-lock (1.0.0)
resque_mailer (2.0.3)
actionmailer (>= 3.0.0)
resque (>= 1.2.3)
rspec (2.10.0)
rspec-core (~> 2.10.0)
--
rdiscount
redis
resque
resque-lock
resque_mailer
rspec-rails
rubber
♢ ✗ cat Gemfile | grep resque
gem 'resque'
gem 'resque_mailer'
gem 'resque-lock'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment