Skip to content

Instantly share code, notes, and snippets.

@yamoo9
Created June 27, 2014 10:50
Show Gist options
  • Save yamoo9/e1fecd9edc7f9c9bb6f6 to your computer and use it in GitHub Desktop.
Save yamoo9/e1fecd9edc7f9c9bb6f6 to your computer and use it in GitHub Desktop.
bundler를 사용하여 다수의 gem 파일 설치를 위한 Gemfile 코드 (bundle init → bundle install)
source 'http://rubygems.org'
gem 'compass', '~>1.0.0.alpha.13'
gem 'breakpoint', '~>2.4.2'
gem 'singularitygs', '~>1.2.0.rc.6'
gem 'singularity-extras', '~>1.0.0.alpha.3'
gem 'toolkit', '~>2.0.0.alpha.7'
gem 'susy', :git => 'git://github.com/ericam/susy.git', :tag => 'v1.0.rc.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment