Skip to content

Commit 4abafa5

Browse files
committed
Add Bundler::GemHelper tasks to Rakefile
1 parent 89107f9 commit 4abafa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# frozen_string_literal: true
22

33
require 'rspec/core/rake_task'
4+
require 'bundler'
5+
6+
Bundler::GemHelper.install_tasks
47

58
RSpec::Core::RakeTask.new(:spec) do |task|
69
task.ruby_opts = %w[-W]

0 commit comments

Comments
 (0)