Skip to content

Commit

Permalink
Merge pull request #17 from treasure-data/fix-gem-dependency
Browse files Browse the repository at this point in the history
fix gem dependency
  • Loading branch information
nurse authored Sep 22, 2017
2 parents 8528e06 + 0551fac commit 99b17a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfectsched.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "chrono", "~> 0.3.0"
gem.add_dependency "sequel", "~> 3.48.0"
gem.add_dependency "tzinfo", "~> 1.1"
gem.add_dependency "perfectqueue", "~>0.9", ">= 0.8.41"
gem.add_dependency "perfectqueue", ">= 0.8.41", "< 1.0"
gem.add_development_dependency "rake", "~> 0.9.2"
gem.add_development_dependency "rspec", "~> 3.4.0"
gem.add_development_dependency "simplecov", "~> 0.10.0"
Expand Down

0 comments on commit 99b17a9

Please sign in to comment.