Giter Club home page Giter Club logo

Comments (5)

cryo28 avatar cryo28 commented on June 7, 2024 1

@Deekor I have not yet pushed 1.1.0 to rubygems. I want to give it a little time to bake in my production system. Please feel free to pull it from github in the meanwhile

from sidekiq_status.

cryo28 avatar cryo28 commented on June 7, 2024

Sidekiq_status depends on https://github.com/cryo28/sidekiq_status/blob/master/sidekiq_status.gemspec#L19

So this error is most likely something within your projects Gemfile and Gemfile.lock. Try bundle update.

from sidekiq_status.

funkenstrahlen avatar funkenstrahlen commented on June 7, 2024

Ok you are right. bundle update fixed it. However it uses now sidekiq 2.16.1. Before it used 2.17.7 Why does it not use the newest version of sidekiq when I add sidekiq_status gem?

from sidekiq_status.

Deekor avatar Deekor commented on June 7, 2024

Im getting:

Bundler could not find compatible versions for gem "sidekiq":
  In snapshot (Gemfile.lock):
    sidekiq (= 3.5.4)

  In Gemfile:
    sidekiq-limit_fetch (>= 0) ruby depends on
      sidekiq (< 4.0, >= 2.6.5) ruby

    sidekiq_status (>= 0) ruby depends on
      sidekiq (~> 2.3.3) ruby

    sidekiq (< 4, >= 3.3) ruby

even after bundle update. According to the line of code @cryo28 referenced above shouldn't it be happy with my current sidekiq version? Why is it looking for ~> 2.3.3?

from sidekiq_status.

Deekor avatar Deekor commented on June 7, 2024

I think the gem remote is off or something, I added

gem 'sidekiq_status', '~> 1.0', git: 'https://github.com/cryo28/sidekiq_status.git'

and it installed just fine...

from sidekiq_status.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.