You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundler could not find compatible versions for
gem "activemodel":
In snapshot (Gemfile.lock):
activemodel (= 6.0.3.4)
In Gemfile:
active_record_distinct_on was resolved to
0.1.7, which depends on
activerecord (>= 4.2, < 6.1) was resolved
to 6.0.3.4, which depends on
activemodel (= 6.0.3.4)
rails (= 6.1.0) was resolved to 6.1.0,
which depends on
activemodel (= 6.1.0)
Running `bundle update` will rebuild your
snapshot from scratch, using only
the gems in your Gemfile, which may resolve the
conflict.
Hi!
Given this gem file:
bundler 2.1.4, throws this error:
while
gel install
runs successfully.active_record_distinct_on gemspec specifies -
< 6.1
on rails version - https://github.com/alecdotninja/active_record_distinct_on/blob/master/active_record_distinct_on.gemspec#L20Looks like a bug in gel, or something else which I don't understand.
The text was updated successfully, but these errors were encountered: