Skip to content

Commit

Permalink
gemspec: riser >= 0.1.12 (#29)
Browse files Browse the repository at this point in the history
Github Issue: #29

Umask(2) configuration parameter for daemon is added from riser 0.1.12.
  • Loading branch information
y10k committed Nov 15, 2019
1 parent 9cf1188 commit a61fc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rims.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.0.0'

spec.add_runtime_dependency 'rims-rfc822', '>= 0.2.2'
spec.add_runtime_dependency 'riser', '>= 0.1.11'
spec.add_runtime_dependency 'riser', '>= 0.1.12'
spec.add_runtime_dependency 'logger-joint'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit a61fc62

Please # to comment.