前提・実現したいこと
AWSでrails6.0の開発環境を作成したいです。
AWSでrails tutorialに従い、ブラウザでrailsのデフォルトのページを出したいが、
エラーにより出力されないです。
AWS sqlite3のバージョンが古く、アップデートが必要なようだが、うまく行かない。
発生している問題・エラーメッセージ
ターミナル ec2-user:~/environment/hello_app (master) $ rails s Could not find gem 'sqlite3 (= 1.3.6)' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems.
該当のソースコード
Gemfile
1 2group :development, :test do 3 gem 'sqlite3', '1.3.6' 4 gem 'byebug', '11.0.1', platforms: [:mri, :mingw, :x64_mingw] 5end
試したこと
https://blog.serverworks.co.jp/tech/2020/01/19/rails6/
こちらのサイトを参考にSQliteをインストールしたが、これでも同じエラーが発生する
補足情報(FW/ツールのバージョンなど)
railsのバージョンは6.0.3.4 です
-ec2-user:~/environment $ rails -v
Rails 6.0.3.4
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。