Skip to content

Instantly share code, notes, and snippets.

@benhamill
Created March 18, 2011 18:24
Show Gist options
  • Save benhamill/876573 to your computer and use it in GitHub Desktop.
Save benhamill/876573 to your computer and use it in GitHub Desktop.
$ rake db:migrate
... wait a bit ...
^Crake aborted!
/home/ben/.../Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)
$ git diff
diff --git a/Gemfile.lock b/Gemfile.lock
index bdcbc43..d5dba5e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -47,8 +47,8 @@ GEM
capistrano (2.5.20)
highline
highline
- net-scp
net-scp (>= 1.0.0)
+ net-scp
net-sftp
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
$ rake db:migrate
... wait a bit ...
^Crake aborted!
/home/ben/.../Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)
$ git status
# On branch develop
nothing to commit (working directory clean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment