Skip to content

Instantly share code, notes, and snippets.

@moriko-o
Created May 20, 2016 06:39
Show Gist options
  • Select an option

  • Save moriko-o/a1e64fd76ea00d529bbf016fcca3af61 to your computer and use it in GitHub Desktop.

Select an option

Save moriko-o/a1e64fd76ea00d529bbf016fcca3af61 to your computer and use it in GitHub Desktop.
project下にgemをインストールする手順
# project下にgemをインストールする手順
# プロジェクトフォルダ直下に移動
$ bundle init
Writing new Gemfile to /Users/kashiwabara/archive/project/chitei-lp/Gemfile
# Gemfileをエディタで開いて編集
例)
# Middleman Gems
gem 'middleman', '>= 4.0.0'
$ bundle install --path vendor/bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment