Title / Description
Code # ./Gemfile source 'https://rubygems.org' gem 'nokogiri' gem 'rack', '~>1.1' group :test, :development do gem 'rspec' end gem 'some_local_gem', :path => '/local/gem/path' if 1 < 2 gem 'gem_hosted_on_github', :git => 'git@github/author/nice_gem.git' # $> bundle install
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code