On 2013-Jul-8, at 12:15 , Karthikeyan A K wrote:
> I gem file I added this:
>
> gem 'delayed_job_active_record'
>
> Then when I bundled, this happened:
>
> $ bundle
> Fetching gem metadata from
https://rubygems.org/..........
> Fetching gem metadata from
https://rubygems.org/..
> Resolving dependencies...
> Bundler could not find compatible versions for gem "activesupport":
> In Gemfile:
> delayed_job_active_record (>= 0) ruby depends on
> activesupport (~> 3.0) ruby
You are aware that ~>3.0 is like ">=3.0 AND <4"
>
> sass-rails (~> 4.0.0) ruby depends on
> activesupport (4.0.0)
Similarly, ~>4.0.0 means ">=4.0.0 AND <4.1"
Your delayed_job_active_record gem doesn't yet say that it works with 4.x. It might, but the author was (correctly!) conservative and needs to update the gem's dependencies.
-Rob
> To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/04f82b0c5273262e568ed164b99313fc%40ruby-forum.com.