From 7ee16e4feaa4a942a534ee2e0b7505c64b03fe17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 02:17:04 +0000 Subject: [PATCH] Update rspec requirement from ~> 2.10.0 to ~> 3.9.0 Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](https://github.com/rspec/rspec/compare/v2.10.0...v3.9.0) Signed-off-by: dependabot-preview[bot] --- ircp.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircp.gemspec b/ircp.gemspec index 2841f89..6b27550 100644 --- a/ircp.gemspec +++ b/ircp.gemspec @@ -17,5 +17,5 @@ Gem::Specification.new do |gem| gem.add_dependency 'treetop', '>= 1.4.10' gem.add_development_dependency 'rake', '~> 0.9.2' - gem.add_development_dependency 'rspec', '~> 2.10.0' + gem.add_development_dependency 'rspec', '~> 3.9.0' end