Skip to content

Commit 006fdeb

Browse files
committed
Fix bundler error for Ruby 2.6 in CI
1 parent e4e9a46 commit 006fdeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/abstract_unit.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# frozen_string_literal: true
22

3+
# Only necessary as long as Ruby 2.6 compatibility is maintained
34
require "rubygems" unless defined? Gem
5+
46
require "bundler/setup"
57

68
lib = File.expand_path("#{File.dirname(__FILE__)}/../lib")

0 commit comments

Comments
 (0)