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
This issue is in the same vein as #944, but I figured I'd bring it up since I am using the latest version of Rails (6.0.0.rc1) and bundler is reporting an incompatibility:
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
acts-as-taggable-on (~> 6.0) was resolved to 6.0.0, which depends on
activerecord (~> 5.0)
rails (~> 6.0.0.rc1) was resolved to 6.0.0.rc1, which depends on
activerecord (= 6.0.0.rc1)
The text was updated successfully, but these errors were encountered:
This issue is in the same vein as #944, but I figured I'd bring it up since I am using the latest version of Rails (6.0.0.rc1) and bundler is reporting an incompatibility:
The text was updated successfully, but these errors were encountered: