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)
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: