riak-ripple / ripple

A rich Ruby modeling layer for Riak, Basho's distributed database
Other
618 stars 152 forks source link

Gem dependency fails with rails 4.0.0.beta1 #316

Closed dmitrizagidulin closed 11 years ago

dmitrizagidulin commented 11 years ago

To replicate: 1) Update 'rails' gem to most recent (4.0.0.beta1) 2) rails new yourapp 3) Add ripple 1.0.0.beta2 gem to Gemfile 4) bundle install yields:

Resolving dependencies...
Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    ripple (= 1.0.0.beta2) ruby depends on
      activesupport (< 3.3.0, >= 3.0.0) ruby

    rails (= 4.0.0.beta1) ruby depends on
      activesupport (4.0.0.beta1)
dmitrizagidulin commented 11 years ago

Whoops. Duplicate of issue #310

dmitrizagidulin commented 11 years ago

Closing.