Skip to content

Commit

Permalink
Require bundler explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Nov 21, 2023
1 parent 7a4e30a commit 80b50e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require "rbs"
require "rbs/annotate"

require "tmpdir"
require "stringio"
require "open3"
require "bundler" # Explicitly require bundler because ruby CI runs without bundler

require "rbs"
require "rbs/annotate"
require "test_skip"

unless ENV["XDG_CACHE_HOME"]
Expand Down

0 comments on commit 80b50e2

Please sign in to comment.