rikuto_hr
@rikuto_hr (yama rikuto)

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

railsのバージョンを変えたい

解決したいこと

railsのバージョンを変えたい
rails5.2.1が使いたい

発生している問題・エラー

gemfile

rails (5.2.4.5)
      actioncable (= 5.2.4.5)
      actionmailer (= 5.2.4.5)
      actionpack (= 5.2.4.5)
      actionview (= 5.2.4.5)
      activejob (= 5.2.4.5)
      activemodel (= 5.2.4.5)
      activerecord (= 5.2.4.5)
      activestorage (= 5.2.4.5)
      activesupport (= 5.2.4.5)
      bundler (>= 1.3.0)
      railties (= 5.2.4.5)
      sprockets-rails (>= 2.0.0)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.3.0)
      loofah (~> 2.3)
    railties (5.2.4.5)
      actionpack (= 5.2.4.5)
      activesupport (= 5.2.4.5)
      method_source
      rake (>= 0.8.7)

または、問題・エラーが起きている画像をここにドラッグアンドドロップ

該当するソースコード

gem 'rails', '~> 5.2.1'

自分で試したこと

ここに問題・エラーに対して試したことを記載してください。
Gemfileの5.2.1にしてbundle update rails
gem listには5.2.1はしっかり入ってます

0

1Answer

Comments

  1. @rikuto_hr

    Questioner

    ありがとうございます!!できました!

Your answer might help someone💌