Skip to content

Commit

Permalink
Relax sidekiq version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Apr 13, 2012
1 parent 9d10e3a commit 631ac18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq-scheduler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,bin,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency "sidekiq", "~> 1.0.0"
s.add_dependency "sidekiq", "~> 1.0"

s.add_development_dependency "rake"
s.add_development_dependency "timecop"
Expand Down

0 comments on commit 631ac18

Please sign in to comment.