Created
June 6, 2012 00:58
-
-
Save maxim/2879200 to your computer and use it in GitHub Desktop.
These are commands I ran...
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
| ♢ ✗ 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