Created
June 27, 2014 10:50
-
-
Save yamoo9/e1fecd9edc7f9c9bb6f6 to your computer and use it in GitHub Desktop.
bundler를 사용하여 다수의 gem 파일 설치를 위한 Gemfile 코드 (bundle init → bundle install)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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