Skip to content

Commit dfaf8e5

Browse files
authored
Add missing bundler require in setup script (#1232)
1 parent 36e981a commit dfaf8e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/setup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env ruby
22
require 'fileutils'
3+
require_relative 'bundler'
4+
35
# path to your application root.
46
APP_ROOT = File.expand_path('..', __dir__)
57

0 commit comments

Comments
 (0)