Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created January 20, 2013 04:08
Show Gist options
  • Save mscottford/4576615 to your computer and use it in GitHub Desktop.
Save mscottford/4576615 to your computer and use it in GitHub Desktop.
$ bundle --version
Bundler version 1.2.3
$ cat Gemfile
gem 'typograph', :require => nil, :git => 'https://github.com/stereobooster/typograph.git'
$ bundle
Updating https://github.com/stereobooster/typograph.git
Using htmlentities (4.3.1)
Using typograph (0.0.1.pre.3) from https://github.com/stereobooster/typograph.git (at master)
Using bundler (1.2.3)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
$ bundle console
irb(main):001:0> require 'typograph'
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment