Skip to content

Instantly share code, notes, and snippets.

@MozyOk
Created February 26, 2018 15:23
Show Gist options
  • Save MozyOk/bd4521c330c2c2e5c15a9f98169525a0 to your computer and use it in GitHub Desktop.
Save MozyOk/bd4521c330c2c2e5c15a9f98169525a0 to your computer and use it in GitHub Desktop.
Gemfileの書き方  
source "https://rubygems.org"
# Gemfile
gem "chromedriver-helper"
@MozyOk
Copy link
Author

MozyOk commented Feb 26, 2018

先頭にsource "https://rubygems.org" てな感じに記述する必要がある。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment