Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test-unit requirement from ~> 3.5.3 to ~> 3.6.0 #52

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
parallel (1.20.1)
parser (3.1.2.0)
ast (~> 2.4.1)
power_assert (2.0.1)
power_assert (2.0.3)
public_suffix (4.0.7)
rainbow (3.1.1)
rake (13.0.6)
Expand Down Expand Up @@ -62,7 +62,7 @@ GEM
td-client (1.0.8)
httpclient (>= 2.7)
msgpack (>= 0.5.6, < 2)
test-unit (3.5.5)
test-unit (3.6.0)
power_assert
test-unit-rr (1.0.5)
rr (>= 1.1.1)
Expand All @@ -87,7 +87,7 @@ DEPENDENCIES
rake (>= 0.9.2)
rubocop
rubocop-rake
test-unit (~> 3.5.3)
test-unit (~> 3.6.0)
test-unit-rr (~> 1.0.5)
webmock (~> 3.18.1)

Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-td.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rake', '>= 0.9.2'
gem.add_development_dependency 'rubocop'
gem.add_development_dependency 'rubocop-rake'
gem.add_development_dependency 'test-unit', '~> 3.5.3'
gem.add_development_dependency 'test-unit', '~> 3.6.0'
gem.add_development_dependency 'test-unit-rr', '~> 1.0.5'
gem.add_development_dependency 'webmock', '~> 3.18.1'
end