Skip to content

Commit

Permalink
Merge pull request #1065 from fluent/update-windows-pr-dependency
Browse files Browse the repository at this point in the history
Update windows-pr lowest dependency to 1.2.5. fix #920
  • Loading branch information
repeatedly authored Jun 23, 2016
2 parents fbc5e40 + 822dee1 commit 17cec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluentd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency("win32-service", ["~> 0.8.3"])
gem.add_runtime_dependency("win32-ipc", ["~> 0.6.1"])
gem.add_runtime_dependency("win32-event", ["~> 0.6.1"])
gem.add_runtime_dependency("windows-pr", ["~> 1.2.3"])
gem.add_runtime_dependency("windows-pr", ["~> 1.2.5"])
end
gem.add_runtime_dependency("strptime", [">= 0.1.7"])

Expand Down

0 comments on commit 17cec5b

Please sign in to comment.