Trying to install Sidekiq 4 on a non-Rails ruby project

10 views
Skip to first unread message

Mike Roeser

unread,
Oct 18, 2017, 3:42:55 PM10/18/17
to Sidekiq
I'm trying to install Sidekiq 4 for a non-Rails project, and while using the following in my Gem file "gem 'sidekiq', '< 5'", I get version 3.5.4 instead when I run bundle install. Here's my Gemfile.lock showing the Sidekiq portion:

sidekiq (3.5.4)
  celluloid (~> 0.17.2)
  connection_pool (~> 2.2, >= 2.2.0)
  json (~> 1.0)
  redis (~> 3.2, >= 3.2.1)
  redis-namespace (~> 1.5, >= 1.5.2)
sidekiq-scheduler (1.2.2)
  multi_json (~> 1)
  redis (~> 3)
  rufus-scheduler (~> 3)
  sidekiq (~> 3)

I'm assuming there must be some dependency that's preventing version 4 from being installed, and I'm wondering if it's the version of ruby I'm running, which is 2.1.5p293. Is there a ruby version dependency for Sidekiq 4? Or something else that could be restricting me to version 3.5.4?

Thanks!

Mike Perham

unread,
Oct 18, 2017, 3:45:10 PM10/18/17
to sid...@googlegroups.com
It’s right there:


sidekiq-scheduler (1.2.2)
  multi_json (~> 1)
  redis (~> 3)
  rufus-scheduler (~> 3)
  sidekiq (~> 3)

You need to upgrade sidekiq-scheduler.

Mike

--
You received this message because you are subscribed to the Google Groups "Sidekiq" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sidekiq+unsubscribe@googlegroups.com.
To post to this group, send email to sid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sidekiq/082c7498-db53-4f43-b3ff-1ab56837f1e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Mike Perham – CEO, Contributed Systems
Smart, effective open source infrastructure for your apps.

Mike Roeser

unread,
Oct 18, 2017, 5:35:07 PM10/18/17
to Sidekiq
Ah -- thanks!
To unsubscribe from this group and stop receiving emails from it, send an email to sidekiq+u...@googlegroups.com.

To post to this group, send email to sid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sidekiq/082c7498-db53-4f43-b3ff-1ab56837f1e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages