##環境
macOS Catalina 10.15.3
~ % rails -v Rails 6.0.2.1 ~ % ruby -v ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19] ~ % rbenv -v rbenv 1.1.2
hello_app % rails -v Rails 5.1.6 hello_app % ruby -v ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19] hello_app % rbenv -v rbenv 1.1.2
##発生している問題
Railsチュートリアルで学習をしている初学者です。
元々問題なく使用できていたRailsなのですが急にサーバーが起動できなくなりました。
アプリのインストールアンインストールをいくつかした後からおかしくなっており、railsのバージョンも5だったのがいつのまにか6になっていました。
rails new => bundle => rails s
だとサーバーが起動します。
GIF
ですがrailsチュートリアルの指示するgemをコピペして
bundle update => bundle
をするとエラーが出ました。
GIF
##試したこと
railsのダウングレードを試したのですがうまくいかなかったです。
参考にした記事
bootsnapが関係しているようなのでこの記事にしたがってGemファイルを書き換えると後述のようなエラーが出ました。
(bootsnap/setupは元から記述されていました)
ルートが通ってないのかなと思い調べたりもしたのですが、適当な記事を見つけられず、ルート関係はほとんど理解できていないので自分だけでは変更もできず困っています。
解決方法をご教授いただけないでしょうか?よろしくお願いします。
Traceback (most recent call last): 29: from bin/rails:4:in `<main>' 28: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:292:in `require' 27: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:258:in `load_dependency' 26: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:292:in `block in require' 25: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' 24: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require_with_bootsnap_lfi' 23: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register' 22: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `block in require_with_bootsnap_lfi' 21: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require' 20: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/railties-5.1.6/lib/rails/commands.rb:16:in `<main>' 19: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/railties-5.1.6/lib/rails/command.rb:44:in `invoke' 18: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/railties-5.1.6/lib/rails/command/base.rb:63:in `perform' 17: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/thor-1.0.1/lib/thor.rb:392:in `dispatch' 16: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/thor-1.0.1/lib/thor/invocation.rb:127:in `invoke_command' 15: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/thor-1.0.1/lib/thor/command.rb:27:in `run' 14: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/railties-5.1.6/lib/rails/commands/server/server_command.rb:130:in `perform' 13: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/railties-5.1.6/lib/rails/commands/server/server_command.rb:130:in `tap' 12: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/railties-5.1.6/lib/rails/commands/server/server_command.rb:133:in `block in perform' 11: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:292:in `require' 10: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:258:in `load_dependency' 9: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:292:in `block in require' 8: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' 7: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require_with_bootsnap_lfi' 6: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register' 5: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `block in require_with_bootsnap_lfi' 4: from /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require' 3: from /Users/wm/projects/hello_app/config/application.rb:9:in `<main>' 2: from /Users/wm/projects/hello_app/config/application.rb:10:in `<module:HelloApp>' 1: from /Users/wm/projects/hello_app/config/application.rb:12:in `<class:Application>' /Users/wm/projects/hello_app/vendor/bundle/ruby/2.6.0/gems/railties-5.1.6/lib/rails/application/configuration.rb:81:in `load_defaults': Unknown version "6.0" (RuntimeError)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/02/09 11:14