So i'm new to Ruby On Rails and i found this problem when i try to add Devise to my Project.
Here is the Error : enter image description here
And Here is my GemFile : enter image description here
My Version :
Ruby : ruby 3.1.1p18
Rails : Rails 7.0.2.2
Gem : 3.3.8
Any Idea what should i do to fix this problem?
Note : Already change ruby version on my Gem File same as my Ruby Version, but meet this problem. (Cannot Bundle Install if i not change my Ruby Version on Gem File)
Thank You