From d6f7cc11e4f05987bd819d2461c7d84f87a96d6c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 15:10:55 +0000 Subject: [PATCH] Update rspec requirement from ~> 2.4.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.4.0...v3.8.0) Signed-off-by: dependabot-preview[bot] --- oauth-plugin.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth-plugin.gemspec b/oauth-plugin.gemspec index 17487e7..c5b6fb0 100644 --- a/oauth-plugin.gemspec +++ b/oauth-plugin.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |s| s.rubygems_version = %q{1.3.7} s.summary = %q{Ruby on Rails Plugin for OAuth Provider and Consumer} s.add_development_dependency "opentransact" - s.add_development_dependency "rspec", "~> 2.4.0" + s.add_development_dependency "rspec", "~> 3.8.0" s.add_development_dependency "fakeweb" s.add_development_dependency "fuubar" s.add_development_dependency "guard-rspec"