ActiveSupport bundle error #9

Closed
opened 2025-12-29 00:21:08 +01:00 by adam · 2 comments
Owner

Originally created by @michaelachrisco on GitHub (Apr 3, 2015).

I have a legacy app that I thought might work with this gem, but I get this bundle error:

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    crono (>= 0) ruby depends on
      activejob (~> 4.0) ruby depends on
        activesupport (= 4.2.0) ruby

    jbuilder (~> 2.0) ruby depends on
      activesupport (4.1.0)
Originally created by @michaelachrisco on GitHub (Apr 3, 2015). I have a legacy app that I thought might work with this gem, but I get this bundle error: ``` Bundler could not find compatible versions for gem "activesupport": In Gemfile: crono (>= 0) ruby depends on activejob (~> 4.0) ruby depends on activesupport (= 4.2.0) ruby jbuilder (~> 2.0) ruby depends on activesupport (4.1.0) ```
adam closed this issue 2025-12-29 00:21:08 +01:00
Author
Owner

@michaelachrisco commented on GitHub (Apr 3, 2015):

Ok I wa able to get an crono working with an old version of activesupport here: https://github.com/michaelachrisco/crono/tree/old_activesupport

Pull request into its own branch on the main repo or I can let it live on my forked repo? Your choice. Either way, for anyone having the same issue I was having:

gem 'crono' ,
  :git => 'https://github.com/michaelachrisco/crono.git',
  :branch => 'old_activesupport'

Thanks for the gem BTW 👍

@michaelachrisco commented on GitHub (Apr 3, 2015): Ok I wa able to get an crono working with an old version of activesupport here: https://github.com/michaelachrisco/crono/tree/old_activesupport Pull request into its own branch on the main repo or I can let it live on my forked repo? Your choice. Either way, for anyone having the same issue I was having: ``` Ruby gem 'crono' , :git => 'https://github.com/michaelachrisco/crono.git', :branch => 'old_activesupport' ``` Thanks for the gem BTW :+1:
Author
Owner

@michaelachrisco commented on GitHub (Apr 5, 2015):

Closing issue as this is related to legacy gems.

@michaelachrisco commented on GitHub (Apr 5, 2015): Closing issue as this is related to legacy gems.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#9