Skip to content

Instantly share code, notes, and snippets.

@jrochkind
Created January 9, 2014 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrochkind/8337160 to your computer and use it in GitHub Desktop.
Save jrochkind/8337160 to your computer and use it in GitHub Desktop.
$ ruby -v
ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-darwin12.4.0]
msel-sysmac05:blacklight jrochkind$ bundle install
Resolving dependencies...
Using rake (10.1.0)
Using i18n (0.6.9)
Using minitest (4.7.5)
Using multi_json (1.8.2)
Using atomic (1.1.14)
Using thread_safe (0.1.3)
Using tzinfo (0.3.38)
Using activesupport (4.0.2)
Using builder (3.1.4)
Using erubis (2.7.0)
Using rack (1.5.2)
Using rack-test (0.6.2)
Using actionpack (4.0.2)
Using mime-types (1.25.1)
Using polyglot (0.3.3)
Using treetop (1.4.15)
Using mail (2.5.4)
Using actionmailer (4.0.2)
Using activemodel (4.0.2)
Using activerecord-deprecated_finders (1.0.3)
Using arel (4.0.1)
Using activerecord (4.0.2)
Using bcrypt-ruby (3.1.2)
Using sass (3.2.12)
Using bootstrap-sass (3.0.3.0)
Using deprecation (0.0.5)
Using kaminari (0.15.0)
Using ensure_valid_encoding (0.5.3)
Using unf_ext (0.0.6)
Using unf (0.1.3)
Using marc (0.8.1)
Using mini_portile (0.5.2)
Using nokogiri (1.6.0)
Using bundler (1.3.5)
Using thor (0.18.1)
Using railties (4.0.2)
Using hike (1.2.3)
Using tilt (1.4.1)
Using sprockets (2.10.1)
Using sprockets-rails (2.0.1)
Using rails (4.0.2)
Using rsolr (1.0.9)
Using sass-rails (4.0.1)
Using blacklight (5.0.0.pre1) from source at .
Using ffi (1.9.3)
Using childprocess (0.3.9)
Using rubyzip (1.1.0)
Using websocket (1.0.7)
Using selenium-webdriver (2.38.0)
Using xpath (0.1.4)
Using capybara (1.1.4)
Using coffee-script-source (1.6.3)
Using execjs (2.0.2)
Using coffee-script (2.2.0)
Using coffee-rails (4.0.1)
Using orm_adapter (0.5.0)
Using warden (1.2.3)
Using devise (3.2.2)
Using devise-guests (0.3.2)
Using diff-lcs (1.2.5)
Using docile (1.1.1)
Using engine_cart (0.1.2)
Using equivalent-xml (0.4.0)
Using eventmachine (1.0.3)
Using faye-websocket (0.4.7)
Using generator_spec (0.9.2)
Using http_parser.rb (0.5.3)
Using logger (1.2.8)
Using mediashelf-loggable (0.4.9)
Using jettywrapper (1.5.0)
Using jquery-rails (3.0.4)
Using poltergeist (1.0.3)
Using rspec-core (2.14.7)
Using rspec-expectations (2.14.4)
Using rspec-mocks (2.14.4)
Using rspec-rails (2.14.0)
Using simplecov-html (0.8.0)
Using simplecov (0.8.2)
Using simplecov-rcov (0.2.3)
Using sqlite3 (1.3.8)
Using turbolinks (2.0.0)
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
msel-sysmac05:blacklight jrochkind$ rake
You must `gem install bundler` and `bundle install` to run rake tasks
rake aborted!
cannot load such file -- jettywrapper
tasks/blacklight.rake:3:in `require'
tasks/blacklight.rake:3:in `<top (required)>'
/Users/jrochkind/code/blacklight/Rakefile:11:in `load'
/Users/jrochkind/code/blacklight/Rakefile:11:in `<top (required)>'
(See full trace by running task with --trace)
msel-sysmac05:blacklight jrochkin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment