tmlee / time_difference

The missing Ruby method to print out time difference (duration) in year, month, week, day, hour, minute, and second.
https://rubygems.org/gems/time_difference
MIT License
305 stars 92 forks source link

bundler reports activesupport (1.0.0) as a requirement #7

Closed ckruse closed 8 years ago

ckruse commented 10 years ago

As of today I got this message from bundler:

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    coffee-rails (>= 0) ruby depends on
      railties (~> 3.1.0.rc1) ruby depends on
        activesupport (= 3.1.0.rc1) ruby

    time_difference (>= 0) ruby depends on
      activesupport (1.0.0)

It seems as if bundler thinks that time_difference needs activesupport 1.0.

tmlee commented 10 years ago

I'll look into this. Have you found anything yet so far? any suggestions?