Skip to content

Commit

Permalink
- update to new version of insist (which add support for .is_a?)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Sep 6, 2013
1 parent 3c3f63b commit e72e6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logstash-event.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion logstash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e72e6c7

Please sign in to comment.