Yukimarupie / pomo

ポモドーロアプリ
0 stars 0 forks source link

deviceの導入ができない #26

Closed Yukimarupie closed 3 years ago

Yukimarupie commented 3 years ago

Gemfileにgem 'devise', '~> 3.5', '>= 3.5.1'を追記後、 bundleしたが、以下エラーが出てインストールできなかった

% bundle
Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    devise (~> 3.5, >= 3.5.1) was resolved to 3.5.10, which depends on
      railties (< 5, >= 3.2.6)

    rails (~> 6.1.3, >= 6.1.3.1) was resolved to 6.1.3.2, which depends on
      railties (= 6.1.3.2)
Yukimarupie commented 3 years ago

% gem listで表示したところ、ローカルにdeviceがないようだったので、 % gem install deviseでインストール => % bundle updateしたが変わらず。

Yukimarupie commented 3 years ago

解決策

あまり良くないかもしれないが、Gemfileの表記を'gem 'devise'にしたところ、インストールができた