Skip to content

Commit 4d6db42

Browse files
committed
Require bundle after loading rails app
1 parent aea2700 commit 4d6db42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tapioca/loaders/loader.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ def load; end
2929
def load_bundle(gemfile, initialize_file, require_file, halt_upon_load_error)
3030
require_helper(initialize_file)
3131

32-
gemfile.require_bundle
33-
3432
load_rails_application(environment_load: true, halt_upon_load_error: halt_upon_load_error)
3533

34+
gemfile.require_bundle
35+
3636
require_helper(require_file)
3737
end
3838

0 commit comments

Comments
 (0)