Open syedrakib opened 5 years ago
I think that activemodel-association does not cause the probrem.
Because bundler-2.0 conflicts with rails-4.x, bundler-2.0 cannot install rails-4.x.
If you updated bundler after starting to develop the rails project, Other gems also cause same probrem probably.
I guess so.
can you do bundle update
in the project?
I have been running a Rails 4 app and my GemFIle has been fine and installing all gems perfectly all this time with
Bundler 2.0.1
.Today, when i added
gem "activemodel-associations"
into the Gemfile, and then tried to install withbundle install
, i have been getting this error:Upon removing the
gem "activemodel-associations"
line from my Gemfile and then runningbundle install
works fine again.