Ruby on rails ROR Heroku推送错误绑定器找不到gem的兼容版本;“哈西”:

Ruby on rails ROR Heroku推送错误绑定器找不到gem的兼容版本;“哈西”:,ruby-on-rails,ruby,Ruby On Rails,Ruby,在heroku上推送代码时出现此错误。有人能解决我的问题吗 Resolving dependencies... ..Bundler could not find compatible versions for gem "hashie": In Gemfile: omniauth-google (>= 0) ruby depends on hashie (~> 1.2) ruby flying-sphinx (= 0.6.2) ruby depend

在heroku上推送代码时出现此错误。有人能解决我的问题吗

   Resolving dependencies...
   ..Bundler could not find compatible versions for gem "hashie":
   In Gemfile:
   omniauth-google (>= 0) ruby depends on
   hashie (~> 1.2) ruby
   flying-sphinx (= 0.6.2) ruby depends on
   hashie (1.0.0)
   Bundler Output: Fetching gem metadata from http://rubygems.org/.......
   Fetching gem metadata from http://rubygems.org/..
   Resolving dependencies...
   ..Bundler could not find compatible versions for gem "hashie":
   In Gemfile:
   omniauth-google (>= 0) ruby depends on
   hashie (~> 1.2) ruby

   flying-sphinx (= 0.6.2) ruby depends on
   hashie (1.0.0)
 !
 !     Failed to install gems via Bundler.
 !

 !     Push rejected, failed to compile Ruby/Rails 

最新版本的flying sphinx解决了依赖性问题:

gem 'flying-sphinx', github: 'flying-sphinx/flying-sphinx'

gems
omniauth google
flying sphinx
似乎都依赖于不同版本的
hashie
是否在本地机器上成功安装了
bundle