Skip to content

Commit

Permalink
add version constraints on sidekiq-cron
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed May 23, 2024
1 parent 7012c0d commit 14f8553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'redis', '~> 3.3.0'
gem 'restpack_serializer', git: 'https://github.com/zooniverse/restpack_serializer.git', branch: 'talk-api-version', ref: '637aaaf85e'
gem 'sidekiq', '< 6'
gem 'sidekiq-congestion', '~> 0.1.0'
gem 'sidekiq-cron'
gem 'sidekiq-cron', '<=1.8.0' # can remove this version constraint once we are on Rails 5+
gem 'zoo_stream', '~> 1.0'

group :test, :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ GEM
sidekiq-congestion (0.1.1)
congestion (~> 0.1)
sidekiq (>= 3.0)
sidekiq-cron (1.9.1)
fugit (~> 1.8)
sidekiq-cron (1.8.0)
fugit (~> 1)
sidekiq (>= 4.2.1)
simplecov (0.11.2)
docile (~> 1.1.0)
Expand Down Expand Up @@ -393,7 +393,7 @@ DEPENDENCIES
schema_plus_pg_indexes (~> 0.2.1)
sidekiq (< 6)
sidekiq-congestion (~> 0.1.0)
sidekiq-cron
sidekiq-cron (<= 1.8.0)
simplecov (~> 0.11.2)
spring (~> 2.0.2)
spring-commands-rspec (~> 1.0.4)
Expand Down

0 comments on commit 14f8553

Please sign in to comment.