From 49a112beff460c561c565e1c19a97d788f672378 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 28 May 2019 00:59:17 +0000 Subject: [PATCH] Update rspec requirement from ~> 2.10.0 to ~> 3.8.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.8.0) --- ircp.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircp.gemspec b/ircp.gemspec index 2841f89..933d2b8 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.8.0' end