From 67ab75936a03cde9878205ae7a976d523df183ce Mon Sep 17 00:00:00 2001 From: Gavin Patton Date: Thu, 1 Dec 2022 13:42:33 +0000 Subject: [PATCH] Add bundler/gem_tasks to Rakefile --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 6acdaf2..ac92d54 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,5 @@ require 'rspec/core/rake_task' +require 'bundler/gem_tasks' RSpec::Core::RakeTask.new(:spec) do |t|