Skip to content

Commit

Permalink
Merge 14b2d72 into 5c5d8d2
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Paakkinen committed Jun 19, 2017
2 parents 5c5d8d2 + 14b2d72 commit 10f59a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ env:
global:
- SHOW_SIDEKIQ=true
matrix:
- SIDEKIQ_VERSION="~>5.0.3"
- SIDEKIQ_VERSION="~>4.2.0"
- SIDEKIQ_VERSION="~>4.1.0"
- SIDEKIQ_VERSION="~>4.0.2"
Expand Down
1 change: 1 addition & 0 deletions lib/sidekiq_status/container.rb
@@ -1,4 +1,5 @@
# -*- encoding : utf-8 -*-
require 'active_support/core_ext/class'

# Sidekiq extension to track job execution statuses and returning job results back to the client in a convenient manner
module SidekiqStatus
Expand Down
4 changes: 2 additions & 2 deletions sidekiq_status.gemspec
Expand Up @@ -16,9 +16,9 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = SidekiqStatus::VERSION

gem.add_runtime_dependency("sidekiq", ">= 3.3", "< 5")
gem.add_runtime_dependency("activesupport")
gem.add_runtime_dependency("sidekiq", ">= 3.3", "< 6")

gem.add_development_dependency("activesupport")
gem.add_development_dependency("rspec", '>= 3.4.0')
gem.add_development_dependency("rspec-its")
gem.add_development_dependency("simplecov")
Expand Down

0 comments on commit 10f59a7

Please sign in to comment.