LoginSignup
0
0

More than 5 years have passed since last update.

railsめも(gemの追加)

Posted at

railsプロジェクトでのgemの追加方法メモ

1 プロジェクトルートの"Gemfile"に取得対象のGemfileを追加。
以下のように記載する。

gem 'twitter'
gem 'omniauth-twitter'

2 以下コマンド実行して取得。
bundle install --without

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0