Hello all I am working on a demo application and have noticed that I get this error after inserting the gem google-drive gem into my Gemfile.
Resolving dependencies...
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
google-drive (>= 0) ruby depends on
middleman-core (>= 3.2.2) ruby depends on
activesupport (~> 3.2.6) ruby
rails (= 4.1.1) ruby depends on
activesupport (4.1.1)
To me it looks like the google-drive gem requires an earlier version of activesupport than what rails 4.1.1 requires. Any advice is welcomed.