Skip to content

Instantly share code, notes, and snippets.

@jish
Created April 24, 2010 03:52
Show Gist options
  • Save jish/377452 to your computer and use it in GitHub Desktop.
Save jish/377452 to your computer and use it in GitHub Desktop.
gems$ git clone http://github.com/wycats/artifice.git
Initialized empty Git repository in /Users/josh/code/gems/artifice/.git/
remote: Counting objects: 21, done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 21 (delta 3), reused 0 (delta 0)
Unpacking objects: 100% (21/21), done.
gems$
gems$ cd artifice/
artifice$
artifice$ rake
(in /Users/josh/code/gems/artifice)
rake aborted!
You changed your Gemfile after locking. Please relock using `bundle lock`
/Users/josh/code/gems/artifice/Rakefile:3:in `<top (required)>'
(See full trace by running task with --trace)
artifice$
artifice$ bundle lock
Your bundle is already locked, relocking.
Could not find gem 'rspec (= 2.0.0.beta.4, runtime)' in the gems available on this machine.
Run `bundle install` to install missing gems.
artifice$
artifice$ bundle install
Your Gemfile doesn't have any sources. You can add one with a line like 'source :gemcutter'
Could not find gem 'rspec (= 2.0.0.beta.4, runtime)' in the gems available on this machine.
artifice$
artifice$ bundle --version
Bundler version 0.9.24
artifice$
artifice$ ruby --version
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.2.0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment