Skip to content

Commit db0d380

Browse files
author
Sam Phippen
committed
Require ActiveSupport at the top of our rakefile.
Because of this trace: https://travis-ci.org/rspec/rspec-rails/jobs/120133080#L5065-L5080
1 parent e2e196d commit db0d380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require "active_support/all"
12
require "bundler"
23
begin
34
Bundler.setup

0 commit comments

Comments
 (0)