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.1.1)
In Gemfile:
has_friendship was resolved to 1.1.8, which depends on
activemodel (< 6.1, >= 4.2.0)
rails (~> 6.1.0) was resolved to 6.1.1, which depends on
activemodel (= 6.1.1)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Bundler could not find compatible versions for gem "rails":
In snapshot (Gemfile.lock):
rails (= 6.1.1)
In Gemfile:
rails (~> 6.1.0)
has_friendship was resolved to 0.0.3, which depends on
rails (~> 4.1.8)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Can we expect support for rails 6.1 in the near future?
The text was updated successfully, but these errors were encountered:
On rails 6.1 I got this one error:
Can we expect support for rails 6.1 in the near future?
The text was updated successfully, but these errors were encountered: