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
I couldn't figure out why it bundler was complaining about this gem using rails 5.2.3. Perhaps it just me?
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
activerecord (~> 5.2.3) was resolved to 5.2.3, which depends on
activesupport (= 5.2.3)
standalone_migrations (~> 5.2.7) was resolved to 5.2.7, which depends on
railties (>= 4.2.7, < 5.3.0) was resolved to 4.2.8.rc1, which depends on
activesupport (= 4.2.8.rc1)
The text was updated successfully, but these errors were encountered:
I couldn't figure out why it bundler was complaining about this gem using rails 5.2.3. Perhaps it just me?
The text was updated successfully, but these errors were encountered: