Restream / redmine_tagging

Add simple tagging support to Redmine Issues/Wiki pages
113 stars 52 forks source link

Bundler dependency issue #38

Closed logical-and closed 8 years ago

logical-and commented 11 years ago
Bundler could not find compatible versions for gem "rake":
  In Gemfile:
    rails_sql_views (>= 0) ruby depends on
      rake (~> 0.9.2) ruby

    rails (= 3.2.10) ruby depends on
      rake (10.0.3)
logical-and commented 11 years ago

If i replace Undev sql views fork to:

gem "rails_sql_views", :git => 'git://github.com/yuryromanov/rails_sql_views.git', :ref => '0a2f4e258a'

issue disappear.

What's wrong?

retorquere commented 11 years ago

I have no idea. I'm fine with changing the dependency though.

logical-and commented 11 years ago

Lets compare our environments:

Environment:
  Redmine version                          2.2.0.devel
  Ruby version                             1.9.3 (x86_64-linux)
  Rails version                            3.2.9
  Environment                              production
  Database adapter                         Mysql2
retorquere commented 11 years ago

I don't have a working system ATM. If you say that version works, I'll believe you.

nettsundere commented 11 years ago

This fork is outdated and will break mysql2 adapter (it's api changed)