Skip to content

Commit

Permalink
Relax Sidekiq and InfluxDB client version support
Browse files Browse the repository at this point in the history
It should work with any modern version anyway
  • Loading branch information
vassilevsky committed Dec 5, 2017
1 parent ab21ba2 commit 5181c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sidekiq/influxdb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sidekiq
module InfluxDB
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end
4 changes: 2 additions & 2 deletions sidekiq-influxdb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "influxdb", "~> 0.0"
spec.add_runtime_dependency "sidekiq", "~> 5.0"
spec.add_runtime_dependency "influxdb"
spec.add_runtime_dependency "sidekiq"

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 5181c15

Please sign in to comment.