Skip to content

Commit 2400f78

Browse files
committed
Ensure running 'bundle exec' before 'rake'
1 parent 9295080 commit 2400f78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ begin
33
rescue LoadError
44
end
55

6+
require 'bundler'
7+
Bundler.setup
68
require 'bundler/gem_tasks'
79

810
begin

0 commit comments

Comments
 (0)