I am trying to generate a spree site, I have created the rails app, and within its gem file added the following line : gem "spree","~> 1.0.3"
now whenever I try to bundle install m getting the following error: Bundler could not find compatible versions for gem "jquery-rails": In Gemfile: spree (~> 1.0.3) ruby depends on jquery-rails (<= 1.0.19, >= 1.0.18) ruby jquery-rails (2.0.2)
please sugggest appropriate solution