From 42c01cca8b2f9cb9e49bf7818aca8bdd0402ce49 Mon Sep 17 00:00:00 2001 From: TabbRon <57553485+twinappz@users.noreply.github.com> Date: Fri, 3 Jan 2020 04:11:58 -0800 Subject: [PATCH] changed rspec to '~>3' and it worked --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 22162469d..6781a663b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # This Rakefile has all the right settings to run the tests inside each lab -gem 'rspec', '~>2' +gem 'rspec', '~>3' require 'rspec/core/rake_task' task :default => :spec