mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- update to new version of insist (which add support for .is_a?)
This commit is contained in:
parent
3c3f63b0f2
commit
e72e6c79e0
2 changed files with 2 additions and 2 deletions
|
@ -25,5 +25,5 @@ Gem::Specification.new do |gem|
|
|||
gem.add_development_dependency "rspec"
|
||||
gem.add_development_dependency "guard"
|
||||
gem.add_development_dependency "guard-rspec"
|
||||
gem.add_development_dependency "insist", "0.0.8"
|
||||
gem.add_development_dependency "insist", "1.0.0"
|
||||
end
|
||||
|
|
|
@ -105,6 +105,6 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency "mocha" #(MIT license)
|
||||
gem.add_runtime_dependency "shoulda" #(MIT license)
|
||||
gem.add_runtime_dependency "rspec" #(MIT license)
|
||||
gem.add_runtime_dependency "insist", "0.0.8" #(Apache 2.0 license)
|
||||
gem.add_runtime_dependency "insist", "1.0.0" #(Apache 2.0 license)
|
||||
gem.add_runtime_dependency "rumbster" # For faking smtp in email tests (Apache 2.0 license)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue