LoginSignup
4
4

More than 5 years have passed since last update.

Rails Tutorial 第1章で助けてもらったサイトリンク集

Last updated at Posted at 2015-05-27

すいません完全に個人的な覚え書きです。随時追加予定。

行き詰まり状況

チュートリアル1.4.1通りにGemfileに

group :development do
gem 'sqlite3', '1.3.8'
end

を追加するとbundle installで

An error occurred while installing sqlite3 (1.3.8), and Bundler cannot continue.
Make sure that gem install sqlite3 -v '1.3.8' succeeds before bundling.

とのエラー。
gem install sqlite3 -v '1.3.8'をやってもエラー。

1.3.8ではなく1.3.9にしてみたらあっさり通る。
1.3.8は何なんだ?
ruby2.2.2との相性とかあるのだろうか?
誰かお分かりの方がいらっしゃったら教えてください。

4
4
2

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
4
4